Pre-releases of PyQt6 v6.1.0 etc Available

Eric Larson larson.eric.d at gmail.com
Tue Sep 20 09:43:17 BST 2022


I have been using the prerelease wheels for over a year now on GitHub
actions to detect problems early, and I just got an error:

      3567:
/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/PyQt6/Qt6/lib/libQt6Core.so.6:
error: version lookup error: version `Qt_6.4' not found (required by
/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/PyQt6/
QtWidgets.abi3.so) (fatal)

https://github.com/mne-tools/mne-python/actions/runs/3088574832/jobs/4995213766

So I think there is a bug with the latest 6.4 (?) prerelease wheels. It's
possible that there is some library that the wheels need that isn't
installed, but usually the error manifests differently in that case (or I'm
just missing it!).

Eric


On Sat, May 8, 2021 at 10:48 AM Dmitry Shachnev <mitya57 at ubuntu.com> wrote:

> Hi Phil!
>
> On Fri, May 07, 2021 at 06:03:41PM +0100, Phil Thompson wrote:
> > Pre-release versions of PyQt6 v6.1.0 (and PyQt6-3D, PyQt6-NetworkAuth,
> > PyQt6-Charts and PyQt6-DataVisualization) are now available. To install,
> > run...
> >
> > pip install --index-url https://www.riverbankcomputing.com/pypi/simple/
> > --upgrade PyQt6
>
> I have tested the new version with my project. It works fine, and the PyQt5
> way of using enums now works again, which makes porting much easier.
>
> CI passed on Ubuntu 20.04 and Windows Server 2019:
>
> https://github.com/retext-project/retext/actions/runs/823551645
>
> Thanks!
>
> --
> Dmitry Shachnev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20220920/24601fb0/attachment.htm>


More information about the PyQt mailing list