tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

No module named 'conda' #24

Closed tango4567 closed 3 years ago

tango4567 commented 3 years ago
Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
[no] >>> yes
Traceback (most recent call last):
  File "/home/tango4567/anaconda3/bin/conda", line 12, in <module>
    from conda.cli import main
ModuleNotFoundError: No module named 'conda'
If you'd prefer that conda's base environment not be activated on startup, 
   set the auto_activate_base parameter to false: 

conda config --set auto_activate_base false

Thank you for installing Anaconda3!

Warning: You currently have a PYTHONPATH environment variable set. This may cause unexpected behavior when running the Python interpreter in Anaconda3. For best results, please verify that your PYTHONPATH only points to directories of packages that are compatible with the Python interpreter in Anaconda3: /home/tango4567/anaconda3

Conda_issu

Python version: 3.8

Don't run purge command with make sure where you are putting in the start or end that very important. sudo apt-get purge * python3.8

tango4567 commented 3 years ago

Activate Conda Environment conda config --set auto_activate_base true De-activate Conda Environment conda config --set auto_activate_base false

Unable to find which Python interpreter is compatible with Anaconda3.