Could not locate nacl lib, searched for libsodium

630 Views Asked by At

I am trying to create project using python, flask and pycharm. While I was deploying the code using "flask deploy" command, I got "OSError: Could not locate nacl lib, searched for libsodium" issue. I could not solve the issue since I am new to python, flask and pycharm. Need help.

1

There are 1 best solutions below

0
elcaos On

I solved this issue by running

sudo apt-get install python3-nacl