monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
247 stars 80 forks source link

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

Closed Hernes998 closed 2 years ago

Hernes998 commented 2 years ago

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'

emesik commented 2 years ago

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