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

i download the code and i try to run it according to readme. but i got an error when using python3, the reason is that image not fonund, could you help fix it,Thank you #2

Closed
kevin-ma opened this issue Jun 30, 2020 · 1 comment

Comments

@kevin-ma
Copy link

kevin-ma commented Jun 30, 2020

python3 skadnetwork_server.py
Traceback (most recent call last):
File "skadnetwork_server.py", line 6, in
from ecdsa_wrapper import ECDSA
File "/Users/kevin/Downloads/Singular-SKAdNetwork-App-master/skadnetwork-server/ecdsa_wrapper.py", line 6, in
from fastecdsa import curve as fe_curve, keys as fe_keys, ecdsa as fe_ecdsa
File "/Library/Python/3.7/site-packages/fastecdsa/keys.py", line 6, in
from .ecdsa import verify
File "/Library/Python/3.7/site-packages/fastecdsa/ecdsa.py", line 5, in
from fastecdsa import _ecdsa
ImportError: dlopen(/Library/Python/3.7/site-packages/fastecdsa/_ecdsa.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib
Referenced from: /Library/Python/3.7/site-packages/fastecdsa/_ecdsa.cpython-37m-darwin.so
Reason: image not found

@danielxt7
Copy link
Contributor

danielxt7 commented Jun 30, 2020

Hi @kevin-ma - did you resolve the issue? if not let us know and we'll take a look at this, otherwise would be great if you can share your solution...

Was it just an installation issue with the fastecdsa package?

Thanks

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

2 participants