Hi guys

I'm using windows / python 3.8 / netmiko to automate some network tests.

On implementation, I'm seeing the error:
ModuleNotFoundError: No module named 'nacl._sodium'

When viewing the error, it leads to crypto_aead.py which is calling :
from nacl._sodium import ffi, lib

Is there another location I can call this from as the module can't be found
currently?

Thanks in advance.

Matt

[image: image.png]
_______________________________________________
Cryptography-dev mailing list
Cryptography-dev@python.org
https://mail.python.org/mailman/listinfo/cryptography-dev

Reply via email to