We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Does anyone have any idea about how to fix this issue, please?
The text was updated successfully, but these errors were encountered: