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的主要内容,如果未能解决你的问题,请参考以下文章

window scipy install

Windows下用PIP安装scipy出现no lapack/blas resources found

在 Windows10 上的 Python 3.10 中安装 scipy 时出错

在 32 位 Windows 7 机器上使用 Python 3.5 安装 scipy

Windows Scipy 安装:未找到 Lapack/Blas 资源

Windows下安装python的scipy等科学计算包(转)