PyQt5 和 Qt5.5:许可证不兼容

PyQt5 and Qt5.5 : license incompatibility

这是我的问题: 我想在我的 fedora22 上安装 PyQt5。我已经按照要求安装了 Sip,我注意到我的 qt 预装版本是 4。看到 5 在 repos 中不可用,我从站点安装了它。

但是当我在 python3 configue.py --qmake 选项中手动设置 qmake 的路径来配置 PyQt5 时,他说:"Error: This version of PyQt5 and the commercial version of Qt have incompatible licenses." 我该如何解决???

该站点说它有双重许可,安装时我跳过了 qt 帐户登录并写成 "opensource"。

感谢您的帮助!

同样的问题,在 configure.py 脚本中将 "QLibraryInfo::licensee()" 替换为 "Open Source"。

您可以注释 configure.py(PyQt 的)中与此检查相关的行。
-> 2591 到 2594 行对我来说。

适用于 PyQt-gpl-5.5; sip-4.16.9
通过.运行文件安装的Qt5.5开源GPL版本。