Tensorflow installation

How can we install tensorflow
its giving error
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

Help someone please for installation

Hey @sjteckers1

I need some more information. Tell me the Operating System you are using, the Python version and the command you used to install tensorflow.

Also, I would advise you to check out Google Colab instead of configuring tensorflow on your own system if you don’t have a strong GPU.

I am using windows10 with python 3.7
used command pip install tensorflow

Try installing it in a new virtual environment.
Create a new virtual environment through the python -m venv myenv command.
Activate it using myenv\Scripts\activate
Then try installing again through the pip install tensorflow command.

Let me know if this works.
Also checkout this site.

Again getting the same error

Hey @sjteckers1

I would recommend using the Anaconda Distribution then. Download it from here and install through the setup.

Once downloaded, open the Anaconda Prompt from the start menu and try installing Tensorflow through the conda install tensorflow command.

Let me know if this works.

it gets installed but getting this error

Is this the error you’re getting after installing thorough Anaconda?

yes but it got fixed now

Okay @sjteckers1
Let me know if you any face any other problem.
You can mark this doubt as resolved now from the “My Doubts” section.

Happy Learning!

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

Please mark it resolved from your side