码迷,mamicode.com
首页 > Windows程序 > 详细

window scipy install

时间:2016-06-25 12:23:44      阅读:372      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!