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@die-offenbachs.de