i have been trying to install TensorFlow on my Win10 machine using pip, I have never had a problem using pip before but for some reason when I run pip install tensorflow
with pip version 21.0.1
I get the following error
ERROR: Could not find a version that satisfies the requirement tensorflow
ERROR: No matching distribution found for tensorflow
I have tried to install using the --user
tag but same problem occurs, i got the install command from the official website https://www.tensorflow.org/install
,
if anyone knows what is causing pip to think the package doesn't exist any help appreciated.