Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cannot install tensorflow on anaconda

i am trying to install tensorflow on anaconda

i tried conda install -c conda-forge tensorflow

but the installation stuck on Solving environment:

looked for a solution so someone suggested to install with debug

   conda install --debug -c conda-forge tensorflow

but it stopped on

DEBUG conda.resolve:filter_group(277): tensorboard: pruned from 47 -> 0

enter image description here

how to fix this?

like image 403
asmgx Avatar asked Apr 13 '26 14:04

asmgx


1 Answers

For python version 3.7, you need to first downgrade to 3.6 using conda install python=3.6. After that, the installation should work. I had a similar problem recently.

like image 180
kushy Avatar answered Apr 15 '26 04:04

kushy



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!