Python 3 和 PyQt5 的最新版本在 Windows XP 32 位上运行
Latest versions of Python 3 and PyQt5 working on Windows XP 32bit
我在 Debian 64 位上使用 Python 3 64 位和 PyQt5 开发了一个程序(当然它适用于 Linux 和 Windows 10 64 位)。问题是我找不到在 Windows XP 32 位上工作的 PyQt5 的最新版本(如果它存在的话)。正如我所读,Python 版本 3.4.4 似乎是 newest/latest 可以与 Windows XP 一起使用,并且它目前正在运行。
我尝试了 pip3 install PyQt5
,但没有成功。我得到:
$ pip3 install PyQt5
Collecting PyQt5
Could not find a version that satisfies the requierement PyQt5 (from versions:)
No matching distribution for PyQt5
我查看了 PyQt5 的官方网站,但没有找到某种安装程序。它可能在某个地方,但我习惯于只做一个 pip3 install [package]
,然后就完成了。
您可以在 sourceforge 上找到早期安装程序和源代码的存档:
Python-3.4 的最新 32 位 Windows 安装程序似乎适用于 PyQt-5.5.1。
我在 Debian 64 位上使用 Python 3 64 位和 PyQt5 开发了一个程序(当然它适用于 Linux 和 Windows 10 64 位)。问题是我找不到在 Windows XP 32 位上工作的 PyQt5 的最新版本(如果它存在的话)。正如我所读,Python 版本 3.4.4 似乎是 newest/latest 可以与 Windows XP 一起使用,并且它目前正在运行。
我尝试了 pip3 install PyQt5
,但没有成功。我得到:
$ pip3 install PyQt5
Collecting PyQt5
Could not find a version that satisfies the requierement PyQt5 (from versions:)
No matching distribution for PyQt5
我查看了 PyQt5 的官方网站,但没有找到某种安装程序。它可能在某个地方,但我习惯于只做一个 pip3 install [package]
,然后就完成了。
您可以在 sourceforge 上找到早期安装程序和源代码的存档:
Python-3.4 的最新 32 位 Windows 安装程序似乎适用于 PyQt-5.5.1。