PyQt-sip releases
Antonio Rojas
arojas at archlinux.org
Tue Jan 13 10:14:05 GMT 2026
El martes, 13 de enero de 2026 a las 11:05 Phil Thompson escribió:
> On 12/01/2026 21:46, Antonio Rojas wrote:
> > Hello,
> > Is there any reason why PyQt{5,6}-sip releases matching SIP 6.15
> > haven't been published on pypi?
>
> Because they aren't required by current versions of PyQt.
>
> > Applications compiled with SIP 6.15 are getting a dependency on ABI
> > versions 12.18 / 13.11, but the latest PyQt-sip releases only provide
> > 12.17 / 13.10.
>
> What applications? By default they should take their minimum requirement
> from PyQt.
Krita. It declares
[tool.sip.project]
...
abi-version = "12"
in its pyproject.toml [1], and after building with SIP 6.15 the Python bindings fail to load with
krita.scripting: "RuntimeError: the sip module implements API v12.0 to v12.17 but the PyKrita.krita module requires API v12.18"
krita.scripting: "Could not import krita"
[1] https://invent.kde.org/graphics/krita/-/blob/release/5.2.14/cmake/modules/pyproject.toml.in[1]
--------
[1] https://invent.kde.org/graphics/krita/-/blob/release/5.2.14/cmake/modules/pyproject.toml.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20260113/b0bd63c6/attachment.htm>
More information about the PyQt
mailing list