gdanezis / bplib

A bilinear pairing library for petlib
35 stars 13 forks source link

Expected in: flat namespace #20

Open marvellous987 opened 1 year ago

marvellous987 commented 1 year ago

After calling python3 examples/PSSig.py, I met the following error:

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.