作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经安装了 ecCodes 库
pip install eccodes
python -m eccodes selfcheck
RuntimeError: Could not load the ecCodes library!
import eccodes
Traceback (most recent call last):
File "<ipython-input-1-cfa7540a6bb2>", line 1, in <module>
import eccodes
File "C:\Users\admin1\anaconda3\lib\site-packages\eccodes\__init__.py", line 15, in <module>
from .eccodes import *
File "C:\Users\admin1\anaconda3\lib\site-packages\eccodes\eccodes.py", line 12, in <module>
from gribapi import __version__
File "C:\Users\admin1\anaconda3\lib\site-packages\gribapi\__init__.py", line 13, in <module>
from .gribapi import * # noqa
File "C:\Users\admin1\anaconda3\lib\site-packages\gribapi\gribapi.py", line 2217, in <module>
__version__ = grib_get_api_version()
File "C:\Users\admin1\anaconda3\lib\site-packages\gribapi\gribapi.py", line 2207, in grib_get_api_version
raise RuntimeError("Could not load the ecCodes library!")
RuntimeError: Could not load the ecCodes library!
最佳答案
python 包 eccodes 只是与 ECMWF 制作的 C 库 eccodes 的绑定(bind)。
https://confluence.ecmwf.int/display/ECC/ecCodes+installation
正如您在本网站上看到的,它们不支持 Windows。
来自我的建议:在 Windows 上阅读 grib 文件(以及一般的气象数据)不会让您感到高兴。您可以考虑使用 Ubuntu 或其他 Linux 发行版,也可能仅在 VM 上使用。
关于python - 无法使用 python 加载 ecCodes 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61238478/
我在 macOS 上使用 cfgrib,当我尝试将 grib 文件隐藏到 xarray 中时出现以下错误: AttributeError: module 'pyeccodes.compat' has
我已经安装了 ecCodes 库 pip install eccodes 当我用 'pip list' 检查它时,它似乎安装为 0.9.7 版本,但命令: python -m eccodes self
我已经为我将要工作的环境访问了 Anaconda Prompt。 在那里,我将目录更改为我将使用的 grib 文件所在的位置,为了安装 cfgrib,我使用了以下命令: conda install -
我是一名优秀的程序员,十分优秀!