简体   繁体   中英

Installing PYQT5 on windows10

I used the following command to download PYQT5:

pip3 install pyqt5==5.12.0

Which successfully installed the package but with the following error:

ERROR: spyder 3.3.6 requires pyqtwebengine<5.13; python_version >= "3", which is not installed.

Then I installed the designer file using:

pip3 install pyqt5-tools

Which also installed successfully but with the following error:

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.

I am learning to use PYQT5 and was only beginning to do so but paused seeing these errors. Please advise.

Follow these following commands: pip uninstall pyqt5

pip install pyqt5==5.12.0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM