ANN: PyQt v5.15.2 Released
Eric Larson
larson.eric.d at gmail.com
Tue Nov 24 18:31:28 GMT 2020
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.
Eric
On Tue, Nov 24, 2020 at 7:36 AM Phil Thompson <phil at riverbankcomputing.com>
wrote:
> PyQt v5.15.2 has been released. The wheels have Qt v5.15.2 bundled.
> There are corresponding released of the other PyQt-related packages.
>
> Phil
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20201124/311d7eec/attachment.htm>
More information about the PyQt
mailing list