Issue with PyQt6 on PyPI

Florian Bruhin me at the-compiler.org
Fri Apr 26 08:43:55 BST 2024


Hi,

> I just got an error report, that the latest eric-ide cannot be 
> installed. When checking the error log I found out, that PyQt6-Qt6 on 
> the official PyPI is already version 6.7.0 while PyQt6 is still at 
> 6.6.1. This seems to cause a conflict.

I can confirm, with a clean virtualenv:

    $ .venv/bin/pip install PyQt6
    [...]
    Successfully installed PyQt6-6.6.1 PyQt6-Qt6-6.7.0 PyQt6-sip-13.6.0

    $ .venv/bin/python3 -c "import PyQt6.QtWidgets"
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: .../python3.11/site-packages/PyQt6/QtGui.abi3.so: undefined symbol: _ZN5QFont11tagToStringEj, version Qt_6

Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20240426/723d03f9/attachment.sig>


More information about the PyQt mailing list