window scipy install

http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

whl包,使用pip install xx.whl  安装

1:先安装 numpy+mkl.  whl    注意选择正确的版本,cp27 对应2.7版本的 

2: 安装 scipy.whl   同样注意对应的版本

-----------------

NumPy, a fundamental package needed for scientific computing with Python.
Numpy+MKL is linked to the Intel® Math Kernel Library and includes required DLLs in the numpy.core directory.

SciPy is software for mathematics, science, and engineering.
Requires numpy+mkl.
Install numpy+mkl before installing scipy.

原文地址:https://www.cnblogs.com/alangwansui/p/5590910.html