[PYTHON] Introduce PyQt 5 to MacOS (Linux can also be used)

  1. Install Qt5 with Homebrew Place of installation /usr/local/Cellar/qt5
  2. Install SIP Official site https://www.riverbankcomputing.com/software/sip/download

After expanding and moving to the extraction destination, execute the following command python3 configure.py make make install

  1. Install PyQt5 Official site https://www.riverbankcomputing.com/software/pyqt/download5

After expanding and moving to the extraction destination, execute the following command Optional pass when asked for sip and qmake Specified from the folder at the time of sip installation

python3 configure.py --sip ~/work/sip-4.18.1/sipgen/sip --qmake /usr/local/Cellar/qt5/5.7.0/bin/qmake make make install

Reference site http://d.hatena.ne.jp/mFumi/20141112/1415806010

Recommended Posts

Introduce PyQt 5 to MacOS (Linux can also be used)
Introduce serverspec to Linux
Can the Kalman filter be used to predict stock price trends?
Tools used to check Linux network communication
How to install a Python library that can be used by pharmaceutical companies
Linux command that can be used from today if you know it (Basic)
Until youtube-dl can be used with Synology (DS120j)
File types that can be used with Go
Overview and useful features of scikit-learn that can also be used for deep learning
Convert images from FlyCapture SDK to a form that can be used with openCV
[Python] Introduction to web scraping | Summary of methods that can be used with webdriver