http://www.riverbankcomputing.com/software/pyqt/download
I tried many solutions on internet including
brew install qt
brew install sip
brew install pyqt
to successfully install it on osx. I am using PyCharm IDE to python development and want to install it for python 3.
I just cannot download pyqt4 libraries to mac, is there some specific steps i need to follow? Easy way? Hard way? anything...
Sorry, I am new to mac world.
Desktop applications made with PyQt are cross platform, they will work on Microsoft Windows, Apple Mac OS X and Linux computers (including Raspberry Pi).
PyQt4 is a comprehensive set of Python bindings for Digia's Qt cross platform GUI toolkit. PyQt4 supports Python v2 and v3.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With