我是靠谱客的博主 可靠服饰,最近开发中收集的这篇文章主要介绍错误-windows10 安装PyQt4-*.whl is not a supported wheel on this platform安装PyQt4,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
安装PyQt4
使用pip安装
安装命令:pip install PyQt4
测试失败
使用conda安装
安装命令:conda install PyQt4
测试失败
下载whl文件
下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4
64位电脑选择如下:
安装whl文件
安装失败:
获取pip支持的平台
amd64
import pip._internal
print(pip._internal.pep425tags.get_supported())
重命名whl文件,再安装,成功
最后
以上就是可靠服饰为你收集整理的错误-windows10 安装PyQt4-*.whl is not a supported wheel on this platform安装PyQt4的全部内容,希望文章能够帮你解决错误-windows10 安装PyQt4-*.whl is not a supported wheel on this platform安装PyQt4所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复