我是靠谱客的博主 可靠服饰,这篇文章主要介绍错误-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内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(68)

评论列表共有 0 条评论

立即
投稿
返回
顶部