PyQtWebEngine-Qt5
The subset of a Qt installation needed by PyQtWebEngine.
What it is and what it does
pyqtwebengine-qt5 is a binary distribution of Qt5 libraries needed to run web engine applications. It is not typically installed directly; instead, it is pulled in automatically when you install the parent package via pip. The package contains precompiled Qt5 binaries for web rendering and GUI components, eliminating the need to build Qt5 from source or install it system-wide.
This is a dependency-only package with no Python runtime dependencies of its own. It exists to simplify installation by bundling necessary Qt5 runtime, reducing setup friction and platform-specific build complexity. The package is actively maintained and carries no known security vulnerabilities.
Use it for:
- Installing web engine applications without requiring a system Qt5 installation or build tools
- Distributing desktop applications with bundled Qt5 libraries on macOS and Linux
- Running applications on macOS (both Intel and Apple Silicon) or Linux without manual Qt5 setup
- Simplifying CI/CD pipelines by avoiding system library dependencies
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides the Qt5 runtime libraries required by web engine bindings, typically installed automatically as a dependency when you install the parent package.
Yes, if you are using the parent package. This package is almost always installed automatically as a dependency and requires no direct action. It is actively maintained, carries no known vulnerabilities, and has medium install friction only due to platform-specific wheels—a reasonable trade-off for avoiding manual Qt5 compilation. The LGPL v3 copyleft license is standard for Qt and should be factored into your application's license compliance strategy.
Install
pyqtwebengine-qt5 on PyPI
pip
pip install pyqtwebengine-qt5uv
uv add pyqtwebengine-qt5poetry
poetry add pyqtwebengine-qt5Installing PyQtWebEngine-Qt5
Before you install
Medium install friction due to platform-specific pre-built wheels for macOS x86_64, macOS ARM64, and Linux x86_64. Actively maintained with a release 85 days ago.
License in practice
Licensed under LGPL v3 (copyleft). Applications using this library must comply with copyleft obligations—source code disclosure may be required if you distribute the combined work.
Quickstart
# Typically installed automatically as a dependency
pip install pyqtwebengine-qt5==5.15.19
Platform-specific wheels available for macOS (x86_64, ARM64) and Linux x86_64; other platforms may not be supported.
Verify before relying
- Whether this package can be installed standalone or only as a transitive dependency
- Full list of supported platforms beyond the three wheel distributions listed
- Minimum Python version requirement (not specified in metadata)
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 | 286,246/month — #8,046 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyqtwebengine_qt5-5.15.19-py3-none-macosx_10_13_x86_64.whl; pyqtwebengine_qt5-5.15.19-py3-none-macosx_11_0_arm64.whl; pyqtwebengine_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
PyQt5-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 5,000 on PyPI
PyQt6-Qt6Provides the Qt6 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
PyQt5PyQt5 provides Python bindings for the Qt v5…
copyleft · top 5,000 on PyPI
PySide2PySide2 provides Python bindings to the Qt…
copyleft · top 15,000 on PyPI
PyQt5-sipPyQt5-sip provides the runtime support module…
permissive · top 5,000 on PyPI
PyQtWebEnginePyQtWebEngine provides Python bindings to embed…
copyleft · top 15,000 on PyPI
PySide6PySide6 provides Python bindings to the Qt 6.0+…
copyleft · top 5,000 on PyPI
pyqt5-toolsProvides Qt Designer, QML Scene, and QML Test…
copyleft · top 15,000 on PyPI
PyQt6PyQt6 provides Python bindings for Qt v6,…
copyleft · top 5,000 on PyPI