此平台上不支持filename.whl我想安装scipy-0.15.1-cp33-none-win_amd64.whl我保存到本地驱动器。我在用:pip 6.0.8 from C:\Python27\Lib\site-packages
python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)]当我跑:pip install scipy-0.15.1-cp33-none-win_amd64.whl我收到以下错误:scipy-0.15.1-cp33-none-win_amd64.whl is not supported wheel on this platform我想知道问题是什么?
3 回答
holdtom
TA贡献1805条经验 获得超10个赞
我在安装scipy-0.17.0-cp35-none-win_amd64.whl时遇到了同样的问题,我的Python版本是3.5。它返回了相同的错误消息:
scipy-0.17.0-cp35-none-win_amd64.whl is not supported wheel on this platform.
我意识到amd64不是关于我的Windows,而是关于Python版本。实际上我在64位Windows上使用32位Python。安装以下文件解决了以下问题:
scipy-0.17.0-cp35-none-win32.whl
添加回答
举报
0/150
提交
取消