导入SciPy模块时遇到dll加载错误。
Import scipy.sparse.linalg
ImportError: DLL load failed: The specified module could not be found.
我已阅读有关此问题的多篇帖子,所有这些帖子都指向相同的解决方案。从中安装'numpy + mkl' http://www.lfd.uci.edu/~gohlke/pythonlibs/我已经为numpy + mkl安装了.whl文件,然后我从同一个链接安装了scipy(因为pip install scipy已经发现了No Lapack / blas资源错误)
我正在使用Python3.5 32位。提前谢谢。