我發現這幾天後解決。
首先你要安裝哪個python版本?
如果你想爲Python 2.7版本:
STEP 1:
SciPy的-0.19.0-cp27-cp27m-win32.whl
SciPy的-0.19。 0-cp27-cp27m-win_amd64.whl
numpy-1.11.3 + mkl-cp27-cp27m-win32.whl
numpy的-1.11.3 + MRL-cp27-cp27m-win_amd64.whl
如果你想爲Python 3.4版本:
SciPy的-0.19.0-CP34-cp34m-win32的。 WHL
SciPy的-0.19.0-CP34-cp34m-win_amd64.whl
numpy的-1.11.3 + MKL-CP34-cp34m-win32.whl
numpy-1.11.3 + mkl-cp34-cp34m-win_amd64。WHL
如果你想爲Python 3.5版本:
SciPy的-0.19.0-CP35-cp35m-win32.whl
SciPy的-0.19.0-CP35-cp35m-win_amd64。 WHL
numpy的-1.11.3 + MKL-CP35-cp35m-win32.whl
numpy的-1.11.3 + MKL-CP35-cp35m-win_amd64.whl
如果你想爲Python 3.6版本:
SciPy的-0.19.0-CP36-cp36m-win32.whl
SciPy的-0.19.0-CP36-cp36m-win_amd64.whl
numpy的-1.11.3 + MKL-CP36-cp36m-win32.whl
numpy的-1.11.3 + MKL-CP36-cp36m-win_amd64.whl
鏈接:click
一旦下載完成後,轉到您的目錄。
例如我的目錄:
cd C:\Users\asus\AppData\Local\Programs\Python\Python35\Scripts>
pip install [where/is/your/downloaded/scipy_whl.]
安裝後
第2步:
與NumPy + MKL
基於再Python版本相同網站:在腳本文件夾
cd C:\Users\asus\AppData\Local\Programs\Python\Python35\Scripts>
pip3 install [where/is/your/downloaded/numpy_whl.]
而在蟒蛇文件夾測試它再次
在使用同樣的事情後。
Python35>python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
閱讀https://www.scipy.org/install.html – MotKohn