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
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