ModuleNotFoundError: No module named 'conda'

my conda env working fine but when I ran ~$ conda upgrade it suggest other command.

~$ conda update --prefix /home/dir1/anaconda3 anaconda

so I ran it and work fine but after the complete process when running

conda 

or any other

conda info or conda -v

get the same error

Traceback (most recent call last): File "/home/dir1/anaconda3/bin/conda", line 12, in <module> from conda.cli import main
ModuleNotFoundError: No module named 'conda'
1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like