在Windows 10中通过pycharm安装scipy包64位 - python 3.5

时间:2016-10-24 11:24:49

标签: python numpy scipy pip python-3.5

在PyCharm中我的窗口10 64位中的“Python-IDE”,我想安装“Scipy”。

首先在{Pycharm - >档案 - >设置 - >解释器}我选择了C:\ Users \ XXXXX \ AppData \ Local \ Programs \ Python \ Python35-32 \ python.exe然后我安装了pip - matplotlib - numpy和labpack。现在我想安装scipy包,但是我收到了这个错误。

我该如何解决这个问题?

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:1)

听起来你有一个没有用LAPACK编译的numpy安装。

您可以在numpy-1.11.2+mkl-cp35-cp35m-win32.whl下的Christopher Gohkle's "Python Extension Packages For Windows"页面上获取预编译版本。然后运行

pip install --user numpy-1.11.2+mkl-cp35-cp35m-win32.whl --upgrade

然后你应该再次尝试安装scipy