본문 바로가기

Programming/Python Program

PyQt installation with python3 on Mac OS X by using HOMEBREW




You can install it with homebrew using the --with-python3 flag:

unset PYTHONPATH
brew install sip --with-python3
brew install pyqt --with-python3

And relink the site packages if necessary.