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

安装python库wordcloud的时候出现 is not a supported wheel on this platform的错误: 下载相关文件的源地址:https: www.lfd.uci.edu gohlke pythonlibs pygame 出现这个问题的原因是版本不匹配 查看本机python的版本匹配哪些文件 下载安装对应的版本文件即可 本机python pip命令匹配的版本是p ...

2019-05-17 12:55 0 995 推荐指数:

查看详情

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