PyQt 和Qt版本如何对应?
https://github.com/qgis/QGIS/blob/release-3_16/INSTALL.md#1-introduction
for python support - SIP >= 4.12, PyQt >= 5.3 must match Qt version, Qscintilla2
怎么查看PyQt 对应的QT版本?
>>> from PyQt5.Qt import PYQT_VERSION_STR
>>> print("PYQT is {}".format(PYQT_VERSION_STR))
PYQT is 5.14.1
>>>
我的PyQt 版本是 5.14.1
回答
https://zetcode.com/gui/pyqt5/introduction/
看看这个
第一、找官网