-1

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

1 Answers1

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

Yolomep
  • 173
  • 1
  • 5
  • 16
SkV
  • 60
  • 1
  • 1
  • 11