Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用pygribPython 3.5 工作。我已经在我的程序中导入了它,我已经将 grib 文件分配给了一个变量(grib)。
pygrib
但是当我尝试运行命令时:
grbs=pygrib.open(grib)
我收到以下错误:
文件“”,第 1 行,在 print(sys.getdefault_encoding()) AttributeError:模块“sys”没有属性“getdefault_encoding”
文件“”,第 1 行,在 print(sys.getdefault_encoding())
AttributeError:模块“sys”没有属性“getdefault_encoding”
没有谷歌搜索让我对这个问题有任何理解。
这个错误实际上是什么意思?