为Windows 7安装哪个scipy wheel?

时间:2016-06-13 22:10:27

标签: python windows scipy 64-bit python-wheel

我在Windows 7上运行64位python 2.7。

https://pypi.python.org/pypi/scipy

有scipy的轮子

在上面的链接中,哪个轮子用于64位Windows的scipy?

2 个答案:

答案 0 :(得分:2)

尝试安装 - scipy-0.19.0.zip(md5,pgp) 提取文件夹并在设置目录后运行以下命令 - python setup.py install (setup.py包含在解压缩的文件夹中)

如果您无法安装,请尝试通过滚轮 -



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




下载scipy-0.19.0-cp27-cp27m-win_amd64.whl并将其放在python文件夹中。 安装scipy- pip install scipy-0.19.0-cp27-cp27m-win_amd64.whl

答案 1 :(得分:1)

正如这里提到的那样:

  

Windows没有任何类似于Linux中的软件包管理器,因此首选安装上述科学Python发行版之一。但是,如果这不是一个选项,Christoph Gohlke为许多Python软件包提供了预构建的Windows安装程序,包括所有核心SciPy堆栈,它们运行得非常好。

     

- Source

Here是scipy的Windows安装程序(非官方)的链接。另外,请检查此link