<div dir="ltr">Indeed it works for me if I use a clean venv.<div><br></div><div>It also works for me if I do `pip uninstall pyqt5 pyqt5-qt` then `pip install pyqt5 pyqt5-qt` (even though it used the cached ones!), so looks like that's a suitable workaround!<div><br></div><div>Eric</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 24, 2021 at 1:20 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">On 24/02/2021 18:08, Eric Larson wrote:<br>
> I have a problem with 5.13.32 on Ubuntu 20.10 x86_64 installation via <br>
> pip<br>
> after upgrading:<br>
> <br>
> $ python -c "from PyQt5.QtWidgets import QApplication, QWidget; app =<br>
> 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 <br>
> `Qt_5.15'<br>
> not found (required by<br>
> /home/larsoner/.local/lib/python3.9/site-packages/PyQt5/<a href="http://QtWidgets.abi3.so" rel="noreferrer" target="_blank">QtWidgets.abi3.so</a>)<br>
> <br>
> Similar error on CircleCI<br>
> <<a href="https://app.circleci.com/pipelines/github/mne-tools/mne-python/6435/workflows/9c93b654-5a25-4b5b-a0d4-1a0eeba1c70f/jobs/25378" rel="noreferrer" target="_blank">https://app.circleci.com/pipelines/github/mne-tools/mne-python/6435/workflows/9c93b654-5a25-4b5b-a0d4-1a0eeba1c70f/jobs/25378</a>><br>
> which<br>
> uses pip:<br>
> <br>
> ImportError: libQt5Widgets.so.5: cannot open shared object file: No <br>
> such<br>
> file or directory<br>
> <br>
> Do I need to update my projects to depend on the Qt libraries in <br>
> addition<br>
> to PyQt5 now?<br>
<br>
No.<br>
<br>
> This seems like a backward compat break as `pip install<br>
> pyqt5` will no longer "just work" for people.<br>
<br>
I'd suggest completely uninstalling the old version before installing <br>
the new one.<br>
<br>
Phil<br>
</blockquote></div>