Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: dlopen(/usr/local/lib/python3.9/site-packages/PyQt5/QtWidgets.abi3.so, 2): Symbol not found: _InitSignatureStrings #160

Open
gauthierbuttez opened this issue Mar 16, 2021 · 0 comments

Comments

@gauthierbuttez
Copy link

gauthierbuttez commented Mar 16, 2021

Hi,

I am trying to make work my python code on Mac OS Catalina 10.15 with Python 3.9
I get this error message when I run my code:

Traceback (most recent call last):
  File "/Users/alisa/Dropbox/cff/Python/Project/MyScript.py", line 139, in <module>
    from PyQt5 import QtWidgets, uic
ImportError: dlopen(/usr/local/lib/python3.9/site-packages/PyQt5/QtWidgets.abi3.so, 2): Symbol not found: _InitSignatureStrings
  Referenced from: /usr/local/lib/python3.9/site-packages/PySide2/libpyside2.abi3.5.15.dylib
  Expected in: /usr/local/lib/python3.9/site-packages/PySide2/libshiboken2.abi3.5.15.dylib
 in /usr/local/lib/python3.9/site-packages/PySide2/libpyside2.abi3.5.15.dylib

Does anyone have any idea about how to fix this issue, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant