【发布时间】:2016-03-08 15:42:43
【问题描述】:
我最近将 numpy 从 1.7.1 更新到 1.10.1 并将 scipy 从 0.15.1 更新到 0.16.1,现在当我运行涉及 scipy 的代码时出现以下错误:
File "C:\Python27_x64\lib\site-packages\scipy\linalg\blas.py", line 155, in <module>
from scipy.linalg import _fblas
ImportError: DLL load failed: The specified module could not be found.
我都试过了:
完全重新安装 Python 2.7.10
从 whl 文件安装 numpy 和 scipy (http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy)
从 pip 安装 numpy 和 scipy
按照此处的建议安装 numpy+mkl:ImportError when importing certain modules from SciPY
但这些都不起作用。我跟着地址,在python文件夹的指定路径找到了缺失的模块。 我在 Win-64 位上使用 Python 2.7.10 和 PyCharm 代码编辑器。 任何帮助将不胜感激!
【问题讨论】: