在 macOS 中安装 pyqt 时出现问题

发布于 2024-07-15 00:13:23 字数 379 浏览 5 评论 0原文

你好,

我正在尝试在 macos 中安装 pyqt。 我在网上读到我需要: sip + pyqt + qt (显然) 我安装 qt & 没有问题 啜。 当我尝试安装 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.

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

谢谢,

纳乔

HI,

I´m trying to install pyqt in macos.
I read on Internet that i need: sip + pyqt + qt (obviously)
I had no problem installing qt & sip.
When I try to install pyqt I can see the following error at the terminal:

    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.

Anybody knows what I should write at the terminal?

Thanks,

NAcho

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏尔 2024-07-22 00:13:23

python configure.py -q /usr/bin/qmake-4.x x 是您拥有的任何 qmake 版本。

当然,

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

x being whatever qmake version you have, of course.

相权↑美人 2024-07-22 00:13:23

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

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

Do you want to install PyQt for Qt 3 or PyQt4 for Qt 4?

The error message looks like the one from PyQt for Qt 3, in which case the argument to the -q option is the directory containing the bin, lib and include directories where the Qt executables, libraries and header files are installed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文