window scipy install

Posted 联系作者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.

 

以上是关于window scipy install的主要内容,如果未能解决你的问题,请参考以下文章