0

i created a virtual environment and tried downloading tensorflow with these different versions of python: 3.8.0, 3.6.0, 3.5 (pip install tensorflow) but I keep getting these error messages:

ERROR: Could not find a version that satisfies the requirement tensorflow 
ERROR: No matching distribution found for tensorflow
Shovo
  • 133
  • 2
  • 9

1 Answers1

0

I assume you activate your python3 venv. You can try to upgrade pip with python -m pip install —upgrade pip and try again also you can check this question .

berkeebal
  • 463
  • 4
  • 8