It seems that I have duplicate environment names in Anaconda Navigator(AN) enter image description here
History:
I wiped my entire drive and reinstalled all my apps last night. SSD was malfunctioning due to other issues (I messed up the WinRE partition, etc). Anyways before the wipe, I had copied the contents of the conda related directories to another drive. I should say that AN was working fine with no duplicate environment names. I then downloaded a fresh new copy of AN and then copied the older saved contents to the appropriate folders in the new AN directories. It overwrote files of the same name.
I have followed the solution listed here and it helped a bit but still problem exists. I get the following below:
(base) C:UsersUser>conda config --show envs_dirs
envs_dirs:
- C:UsersUser.condaenvs
- C:ProgramDataAnaconda3envs
- C:UsersUserAppDataLocalcondacondaenvs
The contents of my environments list at C:Usersuser.condaenvironments.txt is shown below (thanks to the solution above):
C:ProgramDataanaconda3envsTorch
C:ProgramDataanaconda3envsTF_GPU
C:ProgramDataanaconda3envsTorch_GPU
---------------------------------------------
When I type the following, I still get this:
---------------------------------------------
(base) C:UsersUser>conda info --envs
# conda environments:
#
base * C:ProgramDataAnaconda3
TF_GPU C:ProgramDataAnaconda3envsTF_GPU
Torch C:ProgramDataAnaconda3envsTorch
Torch_GPU C:ProgramDataAnaconda3envsTorch_GPU
TF_GPU C:ProgramDataanaconda3envsTF_GPU
Torch C:ProgramDataanaconda3envsTorch
Torch_GPU C:ProgramDataanaconda3envsTorch_GPU
How can I fix this as I’m clueless to what am I doing wrong. Thanks!
David Musoke is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.