monero-python icon indicating copy to clipboard operation
monero-python copied to clipboard

module 'nacl.bindings' has no attribute 'crypto_core_ed25519_add'

Open Hernes998 opened this issue 2 years ago • 1 comments

I'm getting this error

File "/home/username/.local/lib/python3.8/site-packages/monero/ed25519.py", line 4, in edwards_add = nacl.bindings.crypto_core_ed25519_add AttributeError: module 'nacl.bindings' has no attribute 'crypto_core_ed25519_add'

Hernes998 avatar Jul 16 '22 11:07 Hernes998

Could you please paste the output of what the command pip freeze outputs? Or, at least, pip freeze | grep -i nacl?

emesik avatar Jul 18 '22 19:07 emesik