gpt4 book ai didi

python - 如何使用 pip 在 Windows 上安装 PyQt4?

转载 作者:IT老高 更新时间:2023-10-28 21:08:22 25 4
gpt4 key购买 nike

我在 Windows 上使用 Python 3.4。当我运行脚本时,它会提示

ImportError: No Module named 'PyQt4'

所以我尝试安装它,但是 pip install PyQt4 给出了

Could not find any downloads that satisfy the requirement PyQt4

虽然它确实在我运行 pip search PyQt4 时出现。我尝试pip install python-qt,安装成功,但没有解决问题。

我做错了什么?

最佳答案

这里是由 Chris Golke 构建的 Windows Wheel 包 - Python Windows Binary packages - PyQt

文件名中cp27表示C-python 2.7版本,cp35表示python 3.5等

由于 Qt 是一个更复杂的系统,它在它提供给您的 python 接口(interface)下具有编译的 C++ 代码库,因此构建它可能比纯粹的 python 代码包更复杂,这意味着从源代码安装它可能很困难。

确保获取正确的 Windows Wheel 文件(python 版本,32/64 位),然后使用 pip安装它 - 例如:

C:\path\where\wheel\is\> pip install PyQt4-4.11.4-cp35-none-win_amd64.whl

如果您正在运行 Python 3.5 的 x64 版本,则应正确安装。

关于python - 如何使用 pip 在 Windows 上安装 PyQt4?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22640640/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com