【发布时间】:2014-10-24 16:40:33
【问题描述】:
我正在将一个使用 PyQt5 的 Python 2 应用程序从 Linux 移植到 Windows。
问题:如何在 Windows 上安装 PyQt5?
我尝试过的:
-
pip install PyQt5失败:Downloading/unpacking PyQt5 Could not find any downloads that satisfy the requirement PyQt5 Cleaning up... No distributions at all found for PyQt5 Storing debug log for failure in C:\Users\user\pip\pip.log 正在寻找 Windows 安装程序 on the official website,但只有适用于 Python 2 的 PyQt4 安装程序。
我该怎么办?
【问题讨论】:
标签: python-2.7 pyqt5