How to install Tensorflow in base environment on Anaconda? [closed]

Solution 1:

Try to install Tensorflow over the terminal.

Step 1: conda activate base

Step 2:

conda install -c conda-forge tensorflow

If this installation command doesn't work, here is the official link to the Anaconda forum. There you will find more commands you could try out. If none of those things work out I would try to reinstall Anaconda.