PyQt5.5 和 Qt5 许可证问题

PyQt5.5 and Qt5 licence issue

我正在尝试安装 PyQt5.5 但出现此错误

Error: This version of PyQt5 and the commercial version of Qt have incompatible licenses.

我的qtdetail.out给这个

Builder Qt
shared

我已经安装了Qt5.5 open source版本。

知道如何正确安装吗?

我把这两个包都安装为开源的,所以我不知道有什么样的不兼容,我想这是一个错误,无论如何我找到了安装它的方法。

您可以直接进入configure.py 并在 2591 到 2594 之间评论掉线。然后尝试重新启动它。

这些是我注释掉的行:

    if introspecting and target_config.qt_licensee != 'Open Source' and ltype == 'GPL':
        error(
                "This version of PyQt5 and the commercial version of Qt have "
                "incompatible licenses.")