I'm using python 3.9 and I try a lot of commands in cmd to install TensorFlow but it always gives me (ERROR: Could not find a version that satisfies the requirement TensorFlow ERROR: No matching distribution found for TensorFlow) Can anyone help me with this
Asked
Active
Viewed 1,756 times
1 Answers
0
Tensorflow hasn't released anything for python3.9 . Please use a python virtual environment with an old version of python to run Tensorflow.
Source: https://github.com/tensorflow/tensorflow/issues/44416#issuecomment-720666510
-
I installed python3.8 and still got the error? – Sarah Muhammed Dec 05 '20 at 01:45
-
Are you sure that you switched to Python 3.8 after installing? Check by running "Python3 --version" in your terminal/command prompt – SkV Dec 05 '20 at 01:56
-
@SarahMuhammed ^ – SkV Dec 05 '20 at 02:18
-
it's great how brew overwrites python3 with a link to python3.9 after installing both 3.9 and 3.9, thus breaking tensorflow... /s – PeterT Feb 22 '21 at 21:42