PyQt v6.7.0 and Qt v6.7.0 Wheels

Detlev Offenbach detlev at die-offenbachs.de
Sun Apr 21 12:50:18 BST 2024


Hi Phil,

these wheels fail on Kubuntu 23.10. PyQt6.QtCore seems to look for 
libicui18n.so.73 but Kubuntu has just libicui18n.so.72. The Qt6 6.7.0 
binaries installed via the Qt online installer however work without this 
issue. This is because Qt6 includes a private copy of libicu 73. Maybe 
the Qt6 wheel can be extended to include these as well.

The net result is, that PyQt6 6.7.0 is not usable for me.

Regards,
Detlev

-----------------

>>>  from PyQt6 import QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: libicui18n.so.73: cannot open shared object file: No such 
file or directory

Am 21.04.24 um 10:58 schrieb Phil Thompson:
> Wheels for PyQt v6.7.0 and the corresponding Qt v6.7.0 wheels are 
> available for testing at the local PyPI server...
>
> https://www.riverbankcomputing.com/pypi/simple/
>
> If no problems are reported I'll upload to pypi.org at the end of the 
> week.
>
> Phil

-- 
Detlev Offenbach
detlev at die-offenbachs.de

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240421/fcfb21cb/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xBD1F26A5DA8A6150.asc
Type: application/pgp-keys
Size: 660 bytes
Desc: OpenPGP public key
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240421/fcfb21cb/attachment.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240421/fcfb21cb/attachment.sig>


More information about the PyQt mailing list