ANN: PyQt v5.15.2 Released

Dmitry Shachnev mitya57 at ubuntu.com
Tue Nov 24 18:45:09 GMT 2020


Hi!

On Tue, Nov 24, 2020 at 01:31:28PM -0500, Eric Larson wrote:
> Looks like this release bumped the required version of libxcb-util from 0
> to 1, doing the following on 5.15.1 gives:
>
> LD_DEBUG=libs python -c "import matplotlib.pyplot as plt; plt.figure()"
> 2>&1 | grep libxcb-util
>        804: find library=libxcb-util.so.0 [0]; searching
>        ...
>        804: calling init: /usr/lib/x86_64-linux-gnu/libxcb-util.so.0
>
> But on 5.15.2 it gives:
>        817: find library=libxcb-util.so.1 [0]; searching
>
> Plus a whole bunch of tries that fail. Is it possible to compile the wheels
> to use libxcb-util.so.0? There is no libxcb-util1 on Debian 10.5.

FWIW, this is a change in Qt 5.15.2:

https://codereview.qt-project.org/c/qt/qtbase/+/313028
https://bugreports.qt.io/browse/QTBUG-88688

--
Dmitry Shachnev


More information about the PyQt mailing list