How can I get to work PyQt 4 or 5 on a Mac with OS X Sierra? It seems that I have to wait for a new version of PyQt but I am not sure if that is actually true.
I managed to get Qt5 with PyQt5 installed (on both 10.10.5 and 10.12) using these steps, which I learned from https://gist.github.com/guillaumevincent/10983814:
pip3 command)pip3 install SIP)pip3 install PyQt5)This also made commands such as pyuic5 available in Terminal.app (requires re-opening the Terminal window once to recognize the new search paths).