0

I have been trying to install and use pyqt4 but I just don't know how

  • I tried through pip but it seems this won't work
  • I tried through pycharm and this error appears

I have updated pip but for some reason, it doesn't work.

1 Answers1

0

A similar question on Stack Overflow seems to have a similar problem and has great answers addressed in it:

How to install PyQt4 on Windows using pip?

Another option for installing PyQt-4 is using pip installation of the unofficial binaries found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4

pragmaticprog
  • 550
  • 2
  • 15