Install Python3 and PyQt5 on mac
I switched to Python3 and PyQt5 on mac Sierra because of ImportError while importing modules from Packages. It is due to SIP (System Integrity Protection) that Apple introduced in recent OS.
Easiest way I found to install python and Pyqt is using brew and pip3
Directory where Python3 is install
Easiest way I found to install python and Pyqt is using brew and pip3
Directory where Python3 is install
Comments