python2.7安装numpy报错:is not a supported wheel on...

本文解决Python2.7环境下安装特定版本Numpy时出现的错误问题,通过下载匹配版本的安装包并重新安装,成功解决了不支持的轮子错误。

python2.7安装numpy时报错信息如下:

C:\Python27\Scripts>pip install "numpy-1.9.2+mkl-cp26-none-win_amd64.whl" numpy-1.9.2+mkl-cp26-none-win_amd64.whl is not supported wheel on this platfor m.

错误原因:

事实上是因为,我的python为2.7版本,下载的numpy为2.6版本,所以错误。

解决方案:

参见:filename.whl is not supported wheel on this platform

下载和python对应版本的numpy安装文件:

下载版本为cp27的文件。

https://pypi.python.org/pypi/numpy/1.11.1

重新安装运行:

C:\Python27\Scripts>pip install "numpy-1.9.2+mkl-cp26-none-win_amd64.whl" numpy-1.9.2+mkl-cp26-none-win_amd64.whl is not supported wheel on this platfor m. C:\Python27\Scripts>pip install C:\python-tools\numpy-1.9.2+mkl-cp27-none-win_am d64.whl Processing c:\python-tools\numpy-1.9.2+mkl-cp27-none-win_amd64.whl Installing collected packages: numpy   Found existing installation: numpy 1.9.2     Uninstalling numpy-1.9.2:       Successfully uninstalled numpy-1.9.2 Successfully installed numpy-1.9.2 C:\Python27\Scripts>

成功安装。

在shell中验证安装成功否:

>>> from numpy import *
>>>



转载于:https://www.cnblogs.com/syqlp/p/5703455.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值