在 macOS 中安装 pyqt 的问题

Posted

技术标签:

【中文标题】在 macOS 中安装 pyqt 的问题【英文标题】:problems installing pyqt in macOs 【发布时间】:2010-10-13 19:58:20 【问题描述】:

嗨,

我正在尝试在 macos 中安装 pyqt。 我在互联网上读到我需要:sip + pyqt + qt(显然) 我安装 qt & sip 没有问题。 当我尝试安装 pyqt 时,我可以在终端看到以下错误:

    python configure.py
    Error: A Qt installation could not be found. Use the -q argument or the QTDIR environment variable to explicitly specify the correct directory.

有人知道我应该在终端上写什么吗?

谢谢,

纳乔

【问题讨论】:

【参考方案1】:

python configure.py -q /usr/bin/qmake-4.x

x 是你拥有的任何 qmake 版本,当然。

【讨论】:

【参考方案2】:

你想为 Qt 3 安装 PyQt 还是为 Qt 4 安装 PyQt4?

错误消息看起来像来自 PyQt for Qt 3 的错误消息,在这种情况下,-q 选项的参数是包含安装 Qt 可执行文件、库和头文件的 bin、lib 和 include 目录的目录。

【讨论】:

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

在Windows系统中安装PyQt5

如何在虚拟环境中安装 SIP 和 PyQt?

PyCharm中安装与使用PyQt5

如何在 Python 3 (Ubuntu 14.04) 中安装 PyQt5

在 mac os 中安装 Grunt

如何在mac中安装指南针?