PyQt5-sip
The sip module support for PyQt5
What it is and what it does
PyQt5-sip is the runtime support module for PyQt5, providing the `sip` module that underpins automatically generated extension code used to expose Qt5 classes, methods, and functions to Python. The package includes precompiled binary wheels for Python 3.10 through 3.14 on macOS, Linux, and Windows, eliminating the need to compile C++ code during installation on most platforms.
This package is part of the SIP ecosystem—a bindings generator originally created to build PyQt. While SIP itself is a code-generation tool that creates bindings specifications, PyQt5-sip is the compiled runtime component that makes those bindings work. Most users install it indirectly as a dependency of PyQt5 rather than directly.
Use it for:
- Install as a dependency when setting up PyQt5 for GUI development on Python 3.10 or later.
- Ensure compatible sip runtime when deploying PyQt5 applications across multiple Python versions.
- Verify sip module availability when debugging PyQt5 import errors.
- Support development environments where PyQt5 bindings must work with recent Python releases.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
PyQt5-sip provides the runtime support module for PyQt5 bindings, enabling Python code to call Qt5 C++ libraries through automatically generated extension modules.
Yes, if you are using PyQt5 on Python 3.10 or later. This package is typically installed automatically as a PyQt5 dependency, but direct installation may be needed for version pinning or troubleshooting. No known vulnerabilities, permissive license, and active maintenance make it safe.
Install
pyqt5-sip on PyPI
pip
pip install pyqt5-sipuv
uv add pyqt5-sippoetry
poetry add pyqt5-sipInstalling PyQt5-sip
Before you install
Prebuilt wheels are available for Python 3.10–3.14 across macOS, Linux, and Windows, reducing compile-time friction. The package is actively maintained with a recent release (12 days old) and no known vulnerabilities.
License in practice
Licensed under BSD-2-Clause (permissive), with an embedded copy of ply under BSD-3-Clause. Both are permissive licenses with minimal restrictions on use.
Quickstart
pip install pyqt5-sip==12.19.0
import sip
# sip module is now available for PyQt5 bindings support
Requires Python 3.10 or later. This is a runtime support module; it is typically installed as a dependency of PyQt5 rather than directly.
Verify before relying
- Whether this package is intended for direct installation or primarily as an internal dependency of PyQt5.
- What specific functionality the sip module exposes beyond supporting PyQt5 extension modules.
- Whether prebuilt wheels cover all target platforms without requiring compilation.
Package facts
| License | BSD-2-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,369,467/month — #2,648 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyqt5_sip-12.19.0-cp310-cp310-macosx_10_9_universal2.whl; pyqt5_sip-12.19.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl; pyqt5_sip-12.19.0-cp310-cp310-win32.whl; pyqt5_sip-12.19.0-cp310-cp310-win_amd64.whl; pyqt5_sip-12.19.0-cp311-cp311-macosx_10_9_universal2.whl; pyqt5_sip-12.19.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl; pyqt5_sip-12.19.0-cp311-cp311-win32.whl; pyqt5_sip-12.19.0-cp311-cp311-win_amd64.whl; pyqt5_sip-12.19.0-cp312-cp312-macosx_10_9_universal2.whl; pyqt5_sip-12.19.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.whl; pyqt5_sip-12.19.0-cp312-cp312-win32.whl; pyqt5_sip-12.19.0-cp312-cp312-win_amd64.whl; pyqt5_sip-12.19.0-cp313-cp313-macosx_10_13_universal2.whl; pyqt5_sip-12.19.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.whl; pyqt5_sip-12.19.0-cp313-cp313-win32.whl; pyqt5_sip-12.19.0-cp313-cp313-win_amd64.whl; pyqt5_sip-12.19.0-cp314-cp314-macosx_10_15_universal2.whl; pyqt5_sip-12.19.0-cp314-cp314-manylinux_2_5_x86_64.manylinux1_x86_64.whl; pyqt5_sip-12.19.0-cp314-cp314-win32.whl; pyqt5_sip-12.19.0-cp314-cp314-win_amd64.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-sipPyQt6-sip provides the runtime support module…
permissive · top 5,000 on PyPI
sipSIP generates Python bindings for C and C++…
permissive · top 15,000 on PyPI
PyQt-builderPyQt-builder is a PEP 517 compliant build…
permissive · top 15,000 on PyPI
PyQt5PyQt5 provides Python bindings for the Qt v5…
copyleft · top 5,000 on PyPI
PyQt5-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 5,000 on PyPI
PyQt6PyQt6 provides Python bindings for Qt v6,…
copyleft · top 5,000 on PyPI
PyQtWebEngine-Qt5Provides the Qt5 runtime libraries required by…
copyleft · top 15,000 on PyPI
PyQt6-Qt6Provides the Qt6 runtime libraries required by…
copyleft · top 5,000 on PyPI
PyQtWebEnginePyQtWebEngine provides Python bindings to embed…
copyleft · top 15,000 on PyPI
cppyCppy is a C++ header library that simplifies…
permissive · top 15,000 on PyPI