annoying problem rears ugly head again

David Cortesi davecortesi at gmail.com
Thu Nov 10 23:39:01 GMT 2022


I swear I dealt with this back in like 2015. What version of jpeg is PyQt6
compiled to?

 >>> import PyQt6.QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError:
dlopen(/Library/Frameworks/Python.framework/Versions/Current/lib/python3.11/site-packages/PyQt6/
QtCore.abi3.so, 2): Symbol not found: __cg_jpeg_resync_to_restart
  Referenced from:
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Expected in: /usr/local/lib/libJPEG.dylib
>>> ^D
[15:35:16 ~] ls -l /usr/local/lib/libJPEG.dylib
lrwxr-xr-x  1 dcortesi  admin  15 Nov 10 10:30 /usr/local/lib/libJPEG.dylib
-> libjpeg.8.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20221110/79801d0a/attachment.htm>


More information about the PyQt mailing list