PyQt5-Qt5
The subset of a Qt installation needed by PyQt5.
What it is and what it does
PyQt5-Qt5 is a binary distribution package containing the Qt5 runtime libraries needed for PyQt5 to function. It is not typically installed directly; instead, it arrives automatically when you install PyQt5 via pip. The package bundles pre-compiled Qt5 libraries for multiple platforms (macOS Intel, macOS ARM64, and Linux x86_64), eliminating the need to build Qt5 from source or manage system Qt installations separately.
This package exists to simplify deployment by bundling Qt5 binaries in wheel format. It has no Python runtime dependencies and is maintained actively. Most users never interact with it directly—it arrives as a transitive dependency. The latest release was 2026-05-21.
Use it for:
- Automatic dependency resolution when installing for GUI development
- Cross-platform deployment without requiring system Qt5 libraries pre-installed
- Containerized or isolated Python environments where system Qt5 packages are unavailable
- Development on macOS with both Intel and ARM64 architecture support
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides the Qt5 runtime libraries required by a PyQt5 installation, typically installed automatically as a dependency when you install PyQt5.
Yes, but only as a transitive dependency. Install the parent package normally and this will be pulled in automatically. Do not install directly unless you have a specific reason to manage Qt5 binaries separately. The LGPL v3 license requires compliance if you redistribute or modify; for typical use, this is not a concern.
Install
pyqt5-qt5 on PyPI
pip
pip install pyqt5-qt5uv
uv add pyqt5-qt5poetry
poetry add pyqt5-qt5Installing PyQt5-Qt5
Before you install
Medium install friction due to platform-specific binary wheels (macOS x86_64, macOS ARM64, Linux x86_64 variants). Actively maintained with a release 85 days ago. Normally installed automatically as a dependency rather than directly.
License in practice
Licensed under LGPL v3 (copyleft). Derivative works and distributions must comply with copyleft obligations; review LGPL v3 terms if bundling or modifying.
Quickstart
# Typically installed automatically:
# pip install PyQt5
# Direct installation (rarely needed):
# pip install PyQt5-Qt5==5.15.19
Platform-specific binary wheels; installation requires a compatible platform (macOS 10.13+, macOS 11.0 ARM64, or manylinux2014 x86_64).
Verify before relying
- Whether this package can be installed standalone or only as a transitive dependency
- Python version compatibility beyond what wheel naming implies
- Whether direct installation is supported or recommended
Package facts
| License | LGPL v3 (copyleft) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 85 days since the last release |
| First released | |
| Downloads | 3,405,520/month — #2,630 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyqt5_qt5-5.15.19-py3-none-macosx_10_13_x86_64.whl; pyqt5_qt5-5.15.19-py3-none-macosx_11_0_arm64.whl; pyqt5_qt5-5.15.19-py3-none-manylinux2014_x86_64.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
PyQt6-Qt6Provides the Qt6 runtime libraries required by…
copyleft · top 5,000 on PyPI
PyQtWebEngine-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 15,000 on PyPI
pyqt5-toolsProvides Qt Designer, QML Scene, and QML Test…
copyleft · top 15,000 on PyPI
PyQt6-WebEngine-Qt6Provides the Qt6 runtime libraries required by…
copyleft · top 15,000 on PyPI
PyQt5PyQt5 provides Python bindings for the Qt v5…
copyleft · top 5,000 on PyPI
PyQt5-sipPyQt5-sip provides the runtime support module…
permissive · top 5,000 on PyPI
pyvips-binaryProvides pre-built binary wheels of libvips and…
copyleft · top 15,000 on PyPI
PyQt6PyQt6 provides Python bindings for Qt v6,…
copyleft · top 5,000 on PyPI
magicguiMagicgui builds graphical user interfaces…
permissive · top 15,000 on PyPI
aqtinstallaqtinstall is a command-line tool that…
permissive · top 15,000 on PyPI