the sip module implements API v12.0 to v12.8 but the PyQt5.QtGui module requires API v12.9

问题描述

RuntimeError: the sip module implements API v12.0 to v12.8 but the PyQt5.QtGui module requires API v12.9

分析原因

pyqt更新导致与sip版本不一致

解决办法

更新pyqt5-sip

pip install -U pyqt5-sip

你可能感兴趣的:(bug记录分析,python)