[Solved] Ubantu CONDA Error: from CONDA cli import main ModuleNotFoundError: No module named ‘conda’

Recently, when I ran an experiment on the server in the laboratory, I needed to install another tensorboardx library. Due to my improper operation, I did CONDA install tensorboardx without switching to my own environment. As a result, when I found out later, something had been updated, and CONDA’s system crashed.

Later, I found many tutorials on the Internet. One of them found similar problems in the stack overflow community. He only needs to update the existing CONDA environment with the original Anaconda installation package.

bash Anaconda3-5.3.1-Linux-x86_64.sh -u

Remember that you must install Anaconda’s installation package. If it’s other installation packages, you can’t.

For example, I can’t use the package from windows.

Similar Posts: