python 导入包错误 未找到 .gfortran-win_
2022-12-13 本文已影响0人
dc的梦呓
python 在导入meteva时,遇到以下报错:
\scipy\.libs\libbanded5x.UGR6EUQPIWHQH7SL62IWIXB5545VDNQZ.gfortran-win_amd64.dll
scipy的报错。
经查,需要对scipy进行降级处理为 1.6.1 版本。问题解决。暂未找到其它方法。
pip install scipy==1.6.1
python 在导入meteva时,遇到以下报错:
\scipy\.libs\libbanded5x.UGR6EUQPIWHQH7SL62IWIXB5545VDNQZ.gfortran-win_amd64.dll
scipy的报错。
经查,需要对scipy进行降级处理为 1.6.1 版本。问题解决。暂未找到其它方法。
pip install scipy==1.6.1