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

参考资料
https://stackoverflow.com/questions/68726800/error-finding-dependencies-in-anaconda-environment-when-running-jupyter-notebook

上一篇下一篇

猜你喜欢

热点阅读