Just tried to run on MacOs

Ben Greiner code-pyqt at bnavigator.de
Sat Jul 2 09:29:01 BST 2022


Am 02.07.22 um 01:27 schrieb Mel Tearle:
> Hi,
> Looks like something is missing.
> I did a pip install ala PyPi.
> Mel
>
>
> from PySide6.QtCore       import Qt, QPointF, QEvent
> ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PySide6/QtCore.abi3.so, 2): Library not loaded: @rpath/libshiboken6.abi3.6.3.dylib
>    Referenced from: /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PySide6/QtCore.abi3.so
>    Reason: image not found

PySide and PyQt are two different projects. This is the PyQt mailing 
list (https://www.riverbankcomputing.com/support/lists), not the one for 
Qt's own PySide. (https://wiki.qt.io/Qt_for_Python)

That said, the PySide6 wheel from PyPI has a dependency on shiboken6 and 
the shiboken6 wheel ships the necessary library. So your pip install 
must have gone wrong.

- Ben

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20220702/47b65e24/attachment.sig>


More information about the PyQt mailing list