Python Forum
Unable to install PyQt5 using pip. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Unable to install PyQt5 using pip. (/thread-30796.html)



Unable to install PyQt5 using pip. - edwin4project - Nov-06-2020

Hey guys, I am unable to install PyQt5 despite having python3 version 3.5.1+ & python2 version 2.7.11+. I tried various methods to install PyQt5 but always get stuck at the error shown below in the image. Can someone help me out? Thank you :(.
error


RE: Unable to install PyQt5 using pip. - Axel_Erfurt - Nov-06-2020

pip3 install PyQt5


RE: Unable to install PyQt5 using pip. - Larz60+ - Nov-06-2020

Also, you must run pip from command line, not within python interpreter.