如何在Windows上安装pyqt5

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Windows上安装pyqt5相关的知识,希望对你有一定的参考价值。

参考技术A ptqt是做图形界面的,学python就装python好了如果是windows下,直接下windows版本的,是exe格式,双击就可以安装了怎么用的话可以去看pyqt的example,默认安装情况下在你的python安装目录下的Lib/site-packages/PyQt4/examples下,pyqt的例子很赞的 参考技术B Steps to install pyQt5 (with VS 2012) on Windows:

1) Install the binary file Qt 5.0.2 for Windows 64-bit (VS 2012, 500 MB) from here.

2) Get sip-4.14.7 (development snapshot) from here.

3) Extract the file and open the Developer Command Prompt for VS2012.

4) Execute these commands (in sip folder):
python configure.py
nmake
nmake install本回答被提问者采纳

如何在 windows x86 上安装 pyqt5-sip

【中文标题】如何在 windows x86 上安装 pyqt5-sip【英文标题】:How to install pyqt5-sip on windows x86 【发布时间】:2021-08-09 09:48:04 【问题描述】:

所以,基本上我是在安装 spyder ide.. 一个错误来了..

所以..它可以简单地用visual c++ 14.0及更高版本修复.. 但是..我不想下载那么多gb long visual studio的东西.. 有什么whl文件吗? 因为我知道 whl 文件可以是它的解决方案.. 并且pypi页面上没有win32的whl文件..

SPECS:
OS: Windows 7 SP1
Python: 3.8.10
ARCH: x86 (32 bit)

编辑:很高兴,我安装了以前版本的 PyQt5-sip!

【问题讨论】:

为什么不使用64位的python? @eyllanesc 我有一台 32 位机器 【参考方案1】:

PyQt5-sip 12.8.1 可以在 windows x86 上运行

【讨论】:

以上是关于如何在Windows上安装pyqt5的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Windows 10 上使用 python 3.7.0a2 安装 PyQt5

如何在 windows x86 上安装 pyqt5-sip

使用 pip 在 windows 上安装 PyQt5

在 windows 上安装 PyQt5 Designer

Windows环境下 PyQt5 如何安装MySql驱动 (PyQt5连接MYSQL时显示Driver not loaded解决方案)

Windows下安装PyQt5完整教程