我使用以下命令下载PYQT5:
pip3 install pyqt5==5.12.0
成功安装了软件包但出现以下错误:
ERROR: spyder 3.3.6 requires pyqtwebengine<5.13; python_version >= "3", which is not installed.
然后我使用以下命令安装了设计器文件:
pip3 install pyqt5-tools
这也成功安装,但出现以下错误:
ERROR: spyder 3.3.6 requires pyqtwebengine<5.13; python_version >= "3", which is not installed.
ERROR: spyder 3.3.6 has requirement pyqt5<5.13; python_version >= "3", but you'll have pyqt5 5.13.0 which is incompatible.
我正在学习使用PYQT5,只是刚刚开始使用,但是暂停看到这些错误。 请告知。
答案 0 :(得分:0)
遵循以下命令:
pip uninstall pyqt5
pip install pyqt5==5.12.0