我正在尝试安装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
版本。
知道如何正确安装吗?
答案 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.")