PyQt5.5和Qt5许可证问题

时间:2015-08-05 07:06:57

标签: python python-3.x pyqt5

我正在尝试安装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版本。

知道如何正确安装吗?

1 个答案:

答案 0 :(得分:4)

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

你可以进入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.")