我正在尝试安装
scipy-0.16.1-cp33-none-win_amd64.whl
我得到了错误:
scipy-0.16.1-cp33-none-win_amd64.whl is not a supported wheel on this platform.
按照这个问题的建议,我尝试将'win_amd64'更改为'win32'(不起作用)和'any'。更改文件名并运行后
pip install scipy-0.16.1-cp33-none-any.whl
我得到:
Unpacking C:\python33\scipy-0.16.1-cp33-none-any.whl
Installing collected packages: scipy
Successfully installed scipy
Cleaning up...
但是,scipy 似乎没有安装在任何地方。运行python并尝试
>>> import scipy
给出一个错误。我很困惑,希望得到帮助。