問題描述:
由於jupyter出現難以解決的問題,采用重新安裝來解決問題,但是重裝之后啟動jupyter報錯ImportError: libsodium.so.23: cannot open shared object file: No such file or directory
過程描述:
運用conda命令卸載jupyter notebook
conda uninstall jupyter
然后重新安裝jupyter notebook
conda install jupyter
安裝完成之后啟動jupyter,出現報錯信息ImportError: libsodium.so.23: cannot open shared object file: No such file or directory
處理方法:
安裝libsodium-dev即可
sudo apt-get install libsodium-dev