几个小时前,导入同一个脚本(完全相同的脚本)中没有的库时,突然出现很多错误。 这是我导入的:
import pandas as pd
pd.core.common.is_list_like = pd.api.types.is_list_like
from pandas_datareader import data as web
import datetime
import fix_yahoo_finance as yf
import plotly
from plotly import figure_factory as ff
import os
这是大量的错误:
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: switchml: line 1: syntax error: unexpected end of file
sh: error importing function definition for `switchml'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
正如我所说,我之前没有收到任何这些错误,也找不到任何可通过互联网修复的错误。
我在fedora28上使用的是原子编辑器的最新版本。
谢谢大家的阅读! :)