python wordcloudwhl is not a supported wheel on this platform

来源:互联网  时间:2017/3/25 2:45:59

关于网友提出的“ python wordcloudwhl is not a supported wheel on this platform”问题疑问,本网通过在网上对“ python wordcloudwhl is not a supported wheel on this platform”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:

问题: python wordcloudwhl is not a supported wheel on this platform
描述:

pip install wordcloud安装失败

然后在网站 下载了whl文件

执行pip install wordcloud-1.2.1-cp27-cp27m-win32.whl
提示wordcloud-1.2.1-cp27-cp27m-win32.whl is not a supported wheel on this platform

然后下载wordcloud-1.2.1-cp27-cp27m-win_amd64.whl安装依然这个错误提示

环境:windows7,python2.7

python -c "import pip; print(pip.pep425tags.get_supported())"

[('cp27', 'none', 'win32'), ('cp27', 'none', 'any'), ('cp2', 'none', 'any'), ('c
p26', 'none', 'any'), ('cp25', 'none', 'any'), ('cp24', 'none', 'any'), ('cp23',
 'none', 'any'), ('cp22', 'none', 'any'), ('cp21', 'none', 'any'), ('cp20', 'non
e', 'any'), ('py27', 'none', 'any'), ('py2', 'none', 'any'), ('py26', 'none', 'a
ny'), ('py25', 'none', 'any'), ('py24', 'none', 'any'), ('py23', 'none', 'any'),
 ('py22', 'none', 'any'), ('py21', 'none', 'any'), ('py20', 'none', 'any')]

问题:
1.cp27m-win_amd64.whlcp27m-win32.whl有什么区别,应该选择哪个?
2.现在2个都不能安装成功,怎么办?


解决方案1:

win_amd64是windows,amd64位处理器
win32是windows32位系统的

wordcloud-1.2.1-cp27-cp27m-win32.whl is not a supported wheel on this platform

系统平台不支持

上一篇面试官问平时怎么学前端的?这种问题考察什么?
下一篇(python)django的模板预加载
明星图片
相关文章
《 python wordcloudwhl is not a supported wheel on this platform》由码蚁之家搜集整理于网络,
联系邮箱:mxgf168#qq.com(#改为@)