安装 pygrib 失败,出现 grib_api.h No such file 错误
Install pygrib fails with grib_api.h No such file error
我在 Windows 10 上为 Python 3.10.2 安装 pygrib 库,但出现错误:
pip3 install pygrib
tall pygrib src/pygrib\_pygrib.c(697): fatal error C1083: Impossible d'ouvrir le fichier include: 'grib_api.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe' failed with exit code 2
我安装了 VC++。
请问如何解决?
如 https://github.com/jswhit/pygrib/issues/115 中所述,我安装了 Pygrib:
conda install -c conda-forge pygrib
对我来说效果很好。
我在 Windows 10 上为 Python 3.10.2 安装 pygrib 库,但出现错误:
pip3 install pygrib
tall pygrib src/pygrib\_pygrib.c(697): fatal error C1083: Impossible d'ouvrir le fichier include: 'grib_api.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe' failed with exit code 2
我安装了 VC++。
请问如何解决?
如 https://github.com/jswhit/pygrib/issues/115 中所述,我安装了 Pygrib:
conda install -c conda-forge pygrib
对我来说效果很好。