0
我试图安装SciPy的3.6,但我得到一个错误安装SciPy的WHL文件:错误使用PIP inPython 3.6
"scipy.....whl is not supported on this platform."
我一直在试图通过我的脚本来做到这一点,使用PIP安装,但我我不确定为什么这不起作用。
我试图安装SciPy的3.6,但我得到一个错误安装SciPy的WHL文件:错误使用PIP inPython 3.6
"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。
操作系统?全轮名称? – phd
windows 64bit上的scipy-0.19.1-cp36-cp36m-win_amd64.whl – victor
您是否安装了32位或64位Python 3.6?什么是安装命令?是否像'C:\ Python36 \ Scripts \ pip.exe安装scipy-0.19.1-cp36-cp36m-win_amd64.whl'? – phd