-1

I have a problem during installing tensorflow by using pip as below error message, any one tell me how can I fix that>

(base) C:\Users\Ahmed Yassin>pip install tensorflow
Collecting tensorflow

  *ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
Code-Apprentice
  • 81,660
  • 23
  • 145
  • 268

2 Answers2

0

you might want to use the command git clone https://github.com/tensorflow/tensorflow.git

make sure that you have Git installed or download it from here https://git-scm.com/downloads

then run the command python setup.py install in the downloaded repository

0

Maybe you have some not suitable python version? Since the version list for tensorflow is empty.

What you see if run pip -V ?