'Why can't install Keras and Tensorflow in Anoconda or Jupyter Notebook?

Why it is still loading on that installing Keras and Tensorflow in Anoconda or Jupyter Notebook after around 40 minutes? enter image description here



Solution 1:[1]

As it seems, here you are using anaconda navigator directly to install tf into your python env. So, try to use conda directly over the terminal, reference. Also, it's preferred to install tf through pip instead of conda, reference. *each conda env has own pip handler, therefore you could install python libraries using pip in conda env, where libraries are specific to the env.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 nipun