gpt4 book ai didi

python - 如何在 Windows 上安装 scipy 包?

转载 作者:行者123 更新时间:2023-12-01 03:28:27 26 4
gpt4 key购买 nike

我下载了 scipy 包作为 Wheel,这是 Windows 64 位的最新版本 scipy-0.18.1-cp36-cp36m-win32

当我使用时

pip install scipy-0.18.1-cp36-cp36m-win64.whl

该命令显示

   numpy-1.12.0b1+mkl-cp36-cp36m-win64.whl is not a supported wheel on this platform.

有什么问题吗?

最佳答案

1) 要获取 Windows 的预编译包,请查看 Gohlke 的非官方 Windows 二进制文件或使用 Winpython(正常工作)或 Anaconda(更复杂)等发行版,它们提供了完整的预配置环境,其中包含来自科学 python 的大量包堆栈。

2)使用pip安装

如果您使用 Gohlke 的非官方 Windows 二进制文件(sebix 提及)中的相应链接并以管理员身份运行 Windows 命令提示符,则可以使用 pip 在 Windows 上一步安装 numpy 和 scipy 轮。例如,在 Python 3.5 中,您只需使用如下内容:

# numpy-1.9.3+mkl for Python 3.5 on Win AMD64
pip3.5 install http://www.lfd.uci.edu/~gohlke/pythonlibs/xmshzit7/numpy-1.9.3+mkl-cp35-none-win_amd64.whl

# scipy-0.16.1 for Python 3.5 on Win AMD64
pip3.5 install http://www.lfd.uci.edu/~gohlke/pythonlibs/xmshzit7/scipy-0.16.1-cp35-none-win_amd64.whl

或者你可以看这里 -> https://www.scipy.org/install.html

关于python - 如何在 Windows 上安装 scipy 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41214035/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com