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
本文标题:python 导入包错误 未找到 .gfortran-win_
本文链接:https://www.haomeiwen.com/subject/xxshqdtx.html
网友评论