Python中安装wheel文件,在安装后出现“xx.whlis not a supported wheel on this platform问题”

安装wheel文件参考:https://blog.csdn.net/weixin_38501796/article/details/79292935所说的方法

操作之后出现了一个问题:“xx.whlis not a supported wheel on this platform”

解决办法https://blog.csdn.net/xiuxiuen_michelle/article/details/81080694

Python模块包地址https://www.lfd.uci.edu/~gohlke/pythonlibs/

我的电脑需要的numpy版本numpy‑1.14.6+mkl‑cp35‑cp35m‑win_amd64.whl

下载匹配的文件后继续按照https://blog.csdn.net/weixin_38501796/article/details/79292935所说方法重新执行,又出现了问题(别人运行都好好的,我也不知道为什么自己操作总是出错......):

百度无果,于是改变了一下原文中的第四步操作方法

(1)先是转到.whl文件夹下

(2)执行pip3 install 文件名.whl

简答测试,安装成功。

猜你喜欢

转载自blog.csdn.net/baidu_23491131/article/details/84434944