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

error installing pynacl #468

Open
ReenaAcharya opened this issue Sep 11, 2018 · 4 comments
Open

error installing pynacl #468

ReenaAcharya opened this issue Sep 11, 2018 · 4 comments

Comments

@ReenaAcharya
Copy link

Hi,

I am trying to import paramiko package but I am getting error for pynacl.I tried uninstalling and installing pynacl using pip but still I am getting errors.

Any suggestions\help here would be appreciated.

Thanks & Regards,
Reena Acharya

@reaperhulk
Copy link
Member

Could you provide the error?

@Harmon758
Copy link

This seems to be their issue: paramiko/paramiko#1288
Other relevant issues:
paramiko/paramiko#1020
clugh/coc-proxy#19

@aryalakshmi
Copy link

aryalakshmi commented Oct 15, 2018

Hi,

Were you able to find a solution for this issue?

Thanks,
Arya

@SPA20
Copy link

SPA20 commented Sep 16, 2020

I had encountered similar error when i was running python application with netmiko (ubuntu platform).

Error during "import netmiko":
from nacl._sodium import ffi,lib/cnf-update-db
ModuleNotFoundError: No Module named 'nacl._sodium'

sol:
Installed pipdeptree module and identified netmiko dependent on pynacl module.
Currently installed "pynacl" version : 1.1.2( command to check pipdeptree)
Available update version = 1.4.0
After pynacl update install, the error is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants