【问题标题】:PyQt5.5 and Qt5 licence issuePyQt5.5 和 Qt5 许可证问题
【发布时间】:2015-08-05 07:06:57
【问题描述】:
我正在尝试安装 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版本。
知道如何正确安装吗?
【问题讨论】:
标签:
python
python-3.x
pyqt5
【解决方案1】:
我将这两个包都安装为开源的,所以我不知道有什么样的不兼容,我猜这是一个错误,反正我找到了安装它的方法。
你可以直接进入 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.")