【问题标题】:Which scipy wheel to install for Windows 7?为 Windows 7 安装哪个 scipy 轮?
【发布时间】:2016-10-14 11:23:03
【问题描述】:

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

https://pypi.python.org/pypi/scipy 有用于 scipy 的轮子

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

【问题讨论】:

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


    【解决方案1】:

    尝试安装通过- scipy-0.19.0.zip (md5, pgp) 提取文件夹并在设置目录后运行以下命令 - python setup.py 安装 (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

    【讨论】:

      【解决方案2】:

      正如这里提到的:

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

      -- Source

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

      【讨论】:

      • Windows 有 pip,他们没有为 Windows 发布轮子是错误的。
      猜你喜欢
      • 2018-02-03
      • 2015-07-14
      • 2017-10-20
      • 2017-06-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多