<div dir="ltr"><div>I have a problem with 5.13.32 on Ubuntu 20.10 x86_64 installation via pip after upgrading:</div><div><br></div>$ python -c "from PyQt5.QtWidgets import QApplication, QWidget; app = QApplication([])"<br>Traceback (most recent call last):<br>  File "<string>", line 1, in <module><br>ImportError: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not found (required by /home/larsoner/.local/lib/python3.9/site-packages/PyQt5/<a href="http://QtWidgets.abi3.so">QtWidgets.abi3.so</a>)<br><div><br></div><div>Similar error <a href="https://app.circleci.com/pipelines/github/mne-tools/mne-python/6435/workflows/9c93b654-5a25-4b5b-a0d4-1a0eeba1c70f/jobs/25378">on CircleCI</a> which uses pip:</div><div><br></div><div>ImportError: libQt5Widgets.so.5: cannot open shared object file: No such file or directory<br></div><div><br></div><div>Do I need to update my projects to depend on the Qt libraries in addition to PyQt5 now? This seems like a backward compat break as `pip install pyqt5` will no longer "just work" for people.</div><div><br></div><div>Eric</div><div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 24, 2021 at 1:06 PM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">A few new releases...<br>
<br>
SIP v6.0.2<br>
A minor bug fix release.<br>
<br>
PyQt-builder v1.9.0<br>
A minor feature release.<br>
<br>
PyQt v5.15.3<br>
This is a bug fix release. The wheels have been restructured so that the <br>
Qt libraries are in separate wheels (as they are with PyQt6). Also the <br>
QtNetworkAuth bindings are now in a separate PyQtNetworkAuth project.<br>
<br>
PyQt v6.0.2<br>
This is a bug fix release.<br>
<br>
Phil<br>
</blockquote></div>