原文:解决python pip安装提示"not a supported wheel on this platform"

python下载.whl安装文件后使用pip安装有时候会提示报错 xxxxx not a supported wheel on this platform ,应该是下载的库文件版本与当前运行的python不一致,重新下载安装包即可。 一般第三方库都会同时支持好几个python版本和环境,如何正确选择下载的安装包呢 例如安装OpenCV第三方库,官网上有这么多安装文件: 可以通过以下方法查看应该下载 ...

2017-12-30 16:17 0 7374 推荐指数:

查看详情

pip安装报错:is not a supported wheel on this platform

可能的原因1:安装的不是对应python版本的库,下载的库名中cp27代表python2.7,其它同理。 可能的原因2:这个是我遇到的情况(下载的是对应版本的库,然后仍然提示不支持当前平台)   我下载到的numpy库文件名 ...

Sun Apr 10 00:16:00 CST 2016 6 123280
linux python3安装whl包时报错解决:is not a supported wheel on this platform

原因1 你下载安装的包不是当前平台所支持的 原因2 你下载的包,不符合你所在的平台的安装whl的名称规范,所以出错。比如当前我要安装的包是:pymssql-2.1.5-cp36-cp36m-manylinux1_x86_64.whl 但是在我的系统中使用如下命令安装pip ...

Tue Jan 12 18:20:00 CST 2021 0 793
安装pygame出现is not a supported wheel on this platform解决办法

安装python库pygame时出现如下错误: 查看python的版本是否与之匹配,发现版本不匹配问题 例如1.我的python3.6是32位的,就只能安装cp36的;结果发现安装还是出现问题; 2.如图上,我的python是32位 ...

Sun Aug 12 04:59:00 CST 2018 0 2754
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM