skillfed

PyQt5-sip

The sip module support for PyQt5

pyqt5-sip v12.19.0 3.4M downloads/30d#2,648 on PyPI63
Permissive license BSD-2-Clause Active released

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

uv

uv add pyqt5-sip

poetry

poetry add pyqt5-sip

Installing 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

pyqt5 bindings supportsip module for pyqt5qt5 python extensionc++ library python bindingspyqt5 runtime supportsip bindings generatorpython c++ interop
pyqt5-runtimec++-bindings

More Application Frameworks packages