skillfed

PyQt5-Qt5

The subset of a Qt installation needed by PyQt5.

pyqt5-qt5 v5.15.19 3.4M downloads/30d#2,630 on PyPI
Copyleft license LGPL v3 Active released

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-qt5

uv

uv add pyqt5-qt5

poetry

poetry add pyqt5-qt5

Installing 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

qt5 runtime librariespyqt5 dependenciesqt5 binary wheelsgui framework runtimecross-platform qt binaries
gui-frameworkbinary-wheels

More Application Frameworks packages