Cant install tensorflow, loading process doesnt finish

Hello,
I am trying to install the tensorflow package to the base(root) environment via the anaconda navigator. I dont get any error warnings but the loading process just doesnt finish. I let it run for hours and nothing happened. It just says “solving package specifications”.

Thank you for your help
Leo

You should not normally install things into your base environment, since it takes a lot of dependencies to get navigator and spyder running. I assume that tensorflow, which has a complex build chain of its own, is subtly hard to reconcile with the set of packages your have installed. You ought to create a new environment with tensorflow and all the numeric packages you will need to use with it.

1 Like

Thank you for your answer, I was able to install it in a new environment via „pip install“ :slight_smile: