Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error while installing tensorflow in conda environment (CondaError: Cannot link a source that does not exist.)

trying to install tensorflow using conda package manager using following command

conda install -c conda-forge tensorflow

but it gives following error while executing transaction

CondaError: Cannot link a source that does not exist. C:\ProgramData\Anaconda3\Scripts\conda.exe

like image 342
Rushabh Avatar asked Jul 03 '26 05:07

Rushabh


1 Answers

I faced the same issue and

conda update -n root conda

Solved the problem. The env name "root" is for conda <= 4.3, otherwise use:

conda update -n base conda

I hope this helps.

like image 184
UncleBen Avatar answered Jul 04 '26 21:07

UncleBen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!