Conda cannot remove environment called "tensorflow" Conda cannot remove environment called "tensorflow" python-3.x python-3.x

Conda cannot remove environment called "tensorflow"


I would try:

conda env remove --name tensorflow

Which forces conda to only consider environments, since a

conda remove

command can also be used to remove packages. I suspect conda is being tripped up by the fact that tensorflow is a package name and an environment name.