原文:使用pip安装.whl文件时出现is not a supported wheel on this platform的解决办法

今天自己用pip下载basemap模块的时候出现了is not a supported wheel on this platform的错误 whl文件的版本合适 经百度直到可以通过下述命令查看使用pip下载whl文件时支持的命名规则 支持的版本 : 如果版本合适但pip下载失败出现上述问题,可以在shell中通过上述代码查看对应规则,并为文件重命名 另:下载时注意路径安排 ...

2020-01-04 16:45 0 1606 推荐指数:

查看详情

whl is not a supported wheel on this platform解决办法

有些时候,我们用pip install *** 难免发生意外,可以采用安装whl的方法,不过... 有时候出现如: whl is not a supported wheel on this platformwhl文件名字改成以上任意格式就好了... ...

Sat Mar 10 18:38:00 CST 2018 2 7994
安装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
解决python pip安装提示"not a supported wheel on this platform"

python下载.whl安装文件使用pip安装有时候会提示报错"xxxxx not a supported wheel on this platform",应该是下载的库文件版本与当前运行的python不一致,重新下载安装包即可。 一般第三方库都会同时支持好几个python版本和环境,如何正确 ...

Sun Dec 31 00:17:00 CST 2017 0 7374
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM