在 Python 3.6 中使用 pip 安装 scipy whl 文件时出错

Error installing scipy whl file using pip inPython 3.6

我正在尝试为 3.6 安装 scipy,但出现错误:

"scipy.....whl is not supported on this platform."

我一直在尝试通过我的脚本和使用 pip 安装来完成此操作,但我不确定为什么这不起作用。

对于 32 位 Python,您需要 scipy‑0.19.1‑cp36‑cp36m‑win32.whl。要安装 scipy‑0.19.1‑cp36‑cp36m‑win_amd64.whl,您需要 64 位 Python.