我正在尝试安装
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.
根据this question的建议,我尝试过更改' win_amd64'到了#win;' (这不起作用)和任何'。更改文件名并运行
后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
给出错误。我很困惑,也很感激帮助。