PyQt-builder is the official build system for PyQt, used to build PyQt packages from source. It provides a Qt-based build system using SIP and the Qt build tools. Current version is 1.19.1, released periodically.
pip install pyqt-builderVerified import paths — ran on the pinned version, not inferred.
Basic usage to build a PyQt project.
Use 'from pyqtbuild import PyQtBuilder' instead of 'from pyqt_builder import PyQtBuilder'.
Ensure Qt is installed and accessible via the system PATH or set QTDIR to the Qt root.
Use builder.configure(...) followed by builder.make() instead of builder.build('.').