首页 > Windows开发 > 详细

window scipy install

时间:2016-06-25 12:20:46      阅读:256      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!