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)
Hi Lawal,
Have you tried running both:
conda install tensorflowand
pip install tensorflowSometimes 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