Hello Guys, How are you all? Hope You all Are Fine. Today I am just trying to install tensor flow with this command pip3 install tensorflow But I am facing following error Could not find a version that satisfies the requirement tensorflow in python. So Here I am Explain to you all the possible solutions here.
Without wasting your time, Let’s start This Article to Solve This Error.
How Could not find a version that satisfies the requirement tensorflow Error Occurs ?
I am just trying to install tensor flow with this command.
pip3 install tensorflow
But I am facing following error.
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
How To Solve Could not find a version that satisfies the requirement tensorflow Error ?
- How To Solve Could not find a version that satisfies the requirement tensorflow Error ?
To Solve Could not find a version that satisfies the requirement tensorflow Error I was facing same error But resolved it by running this command pip3 install –upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl Second solution is Tensorflow is only working with 64-bit version of Python. If you are using 32-bit version of Python then you have to face this error. So That Just use install the 64-bit version of Python latest version via Python’s website.
- Could not find a version that satisfies the requirement tensorflow
To Solve Could not find a version that satisfies the requirement tensorflow Error I was facing same error But resolved it by running this command pip3 install –upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl Second solution is Tensorflow is only working with 64-bit version of Python. If you are using 32-bit version of Python then you have to face this error. So That Just use install the 64-bit version of Python latest version via Python’s website.
Solution 1: Just Run this command.
I was facing same error But resolved it by running this command.
pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl
Solution 2: Use 64-bit version of Python
Tensorflow is only working with 64-bit version of Python. If you are using 32-bit version of Python then you have to face this error.
So That Just use install the 64-bit version of Python latest version via Python’s website.
Summary
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also, Read