最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

windows7 pip*.whl is not a supported wheel on this platform解决方案

运维笔记admin18浏览0评论

windows7 pip *.whl is not a supported wheel on this platform解决方案

在windows7中使用pip安装whl包时可能会出现平台不支持的问题,明明电脑是64位的为什么安装不上,这其实和你电脑Python平台有关系,需要安装和你Python平台相匹配的whl包,这个问题常出现在Python2.7中。

  • python 版本查看
  • Python平台版本查看
  • 下载对应版本的whl包

python 版本查看

打开cmd
输入

python –version

python 平台版本查看

打开cmd
输入python

import platform
platform.architecture()
如果显示32位平台则下载32位包,64则下载64位包

下载对应版本的whl包

http://www.lfd.uci.edu/~gohlke/pythonlibs/

发布评论

评论列表(0)

  1. 暂无评论