-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
2
  • what is your pip version? Commented Aug 20, 2021 at 0:28
  • 1
    Your title doesn't match your question. Please edit to a more accurate title. Commented Aug 20, 2021 at 0:29

2 Answers 2

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

What you see if run pip -V ?

2 Comments

pip 19.2.3 from C:\Users\Ahmed Yassin\Anaconda3\lib\site-packages\pip (python 3.7)
Well, maybe try upgrade pip first: python -m pip install --upgrade pip

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.