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
After calling python3 examples/PSSig.py, I met the following error:
python3 examples/PSSig.py
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/bplib-0.0.6-py3.10-macosx-10.9-universal2.egg/bplib/_bplib.abi3.so, 2): Symbol not found: _ERR_new Referenced from: /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/bplib-0.0.6-py3.10-macosx-10.9-universal2.egg/bplib/_bplib.abi3.so Expected in: flat namespace in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/bplib-0.0.6-py3.10-macosx-10.9-universal2.egg/bplib/_bplib.abi3.so
May I ask if there are any solutions to this problem? I am using a MacBook Pro (not M1/M2), with BigSur v11.2.2.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After calling
python3 examples/PSSig.py
, I met the following error:May I ask if there are any solutions to this problem? I am using a MacBook Pro (not M1/M2), with BigSur v11.2.2.
Thank you.
The text was updated successfully, but these errors were encountered: