PyQt6-Qt6
The subset of a Qt installation needed by PyQt6.
What it is and what it does
PyQt6-Qt6 is a binary distribution of the Qt6 framework libraries packaged as a Python wheel. It provides the compiled Qt runtime that dependent packages need to function, bundled in a way that pip can install directly without requiring users to compile Qt or install it separately on their system.
This is a support package with no public API. It is automatically pulled in when needed and should rarely require direct installation. The package is maintained by Riverbank Computing and tracks Qt6 releases, with platform-specific wheels for macOS (Intel and ARM), Linux (x86_64 and aarch64), and Windows (x86_64 and ARM).
Use it for:
- Automatic dependency resolution when installing packages that require Qt6 runtime.
- Ensuring consistent Qt6 runtime across different machines without system-level Qt installation.
- Building applications in CI/CD pipelines where system Qt packages may not be available.
- Cross-platform development where platform-specific Qt binaries are needed for each target OS.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides the Qt6 runtime libraries required by PyQt6, bundled as a wheel for direct installation without needing a separate Qt installation.
Yes, but only as a transitive dependency. Do not install directly unless pinning or updating its version independently. It is a support library with no public API and is meant to be managed automatically by dependent packages. The LGPL v3 copyleft license applies to any application using this package.
Install
pyqt6-qt6 on PyPI
pip
pip install pyqt6-qt6uv
uv add pyqt6-qt6poetry
poetry add pyqt6-qt6Installing PyQt6-Qt6
Before you install
Medium install friction due to platform-specific wheels (macOS x86_64/arm64, Linux x86_64/aarch64, Windows amd64/arm64), but typically installed automatically as a transitive dependency.
License in practice
Licensed under LGPL v3 (copyleft). Applications using this package must comply with copyleft obligations: source code must be available and modifications disclosed under the same license terms.
Quickstart
# Normally installed automatically
pip install PyQt6-Qt6==6.11.1
# Verify installation
import sys
Platform-specific wheel; installation requires a compatible platform (macOS 10.14+, Linux glibc 2.34+, or Windows).
Verify before relying
- Whether this package can be used independently or only as a transitive dependency.
- Python version compatibility (requires_python is unspecified).
- Public API surface and direct usage patterns beyond automatic dependency resolution.
Package facts
| License | LGPL v3 (copyleft) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 91 days since the last release |
| First released | |
| Downloads | 2,743,747/month — #2,910 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyqt6_qt6-6.11.1-py3-none-macosx_10_14_x86_64.whl; pyqt6_qt6-6.11.1-py3-none-macosx_11_0_arm64.whl; pyqt6_qt6-6.11.1-py3-none-manylinux_2_34_x86_64.whl; pyqt6_qt6-6.11.1-py3-none-manylinux_2_39_aarch64.whl; pyqt6_qt6-6.11.1-py3-none-win_amd64.whl; pyqt6_qt6-6.11.1-py3-none-win_arm64.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
PyQt5-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 5,000 on PyPI
PyQt6-WebEngine-Qt6Provides the Qt6 runtime libraries required by…
copyleft · top 15,000 on PyPI
PyQtWebEngine-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 15,000 on PyPI
PyQt6PyQt6 provides Python bindings for Qt v6,…
copyleft · top 5,000 on PyPI
PyQt6-sipPyQt6-sip provides the runtime support module…
permissive · top 5,000 on PyPI
pyqtgraphPyQtGraph is a pure-Python graphics library for…
permissive · top 5,000 on PyPI
aqtinstallaqtinstall is a command-line tool that…
permissive · top 15,000 on PyPI
PySide6-EssentialsPySide6 Essentials provides Python bindings to…
copyleft · top 5,000 on PyPI
PySide6PySide6 provides Python bindings to the Qt 6.0+…
copyleft · top 5,000 on PyPI
editablesEditables is a library for building wheels that…
permissive · top 1,000 on PyPI