Last answered:

29 Jul 2020

Posted on:

17 Jun 2020

0

How to Install TensorFlow 2 in Anaconda

Try to install the tensor flow and this is what I get #Error: could not find a version that satisfies the requirements tensor flow #Error: No matching distribution found for tensor flow
1 answers ( 0 marked as helpful)
Instructor
Posted on:

29 Jul 2020

0
Hi Lawal, Have you tried running both:
conda install tensorflow
and 
pip install tensorflow
Sometimes the distribution is not found in one place, but is at the other. Generally, if you can find a package on https://pypi.org/ you can then install it with pip. Best, Iliya

Submit an answer