Matt
Go into PyCharm Settings > project interpreter > <yourprojectname>.
You should see a list of packages installed in the environment for that
project. If pynacl isn't installed, click the plus button in the top right
corner and install it.
You could also do this from the command line, like I do, but this is quicker in
this case.
Legorooj
-------- Original Message --------
On 16 May 2020, 02:47, Paul Kehrer wrote:
> This looks like a problem with your pynacl installation or pythonpath. Try
> creating a new virtualenv, install the packages you need, and run the script
> again. Unfortunately problems like this are highly specific to the way in
> which you have set up your own Python installation and not anything specific
> to PyNaCl so it's unlikely that we can provide much further assistance.
>
> -Paul
>
> On Fri, May 15, 2020 at 7:16 AM Matt Tompkin <matthew.tomp...@gmail.com>
> wrote:
>
>> 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.png]
>> _______________________________________________
>> Cryptography-dev mailing list
>> Cryptography-dev@python.org
>> https://mail.python.org/mailman/listinfo/cryptography-dev
_______________________________________________
Cryptography-dev mailing list
Cryptography-dev@python.org
https://mail.python.org/mailman/listinfo/cryptography-dev