Tensorflow installation error

0 votes

I'm using pip to install Tensorflow:

$ pip install tensorflow --user
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

How do I solve this error?

May 15, 2019 in Data Analytics by Tyrion anex
• 8,700 points
2,983 views

2 answers to this question.

0 votes

Use wheel for installing it. I faced a similar error, try this code:

python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl

Note: Change the 'py3' to match the python version you have installed. Mine was python version 3.6

answered May 15, 2019 by Sophie may
• 10,610 points
+1 vote

Hi there,

If you are trying to install it on a windows machine you need to have a 64-bit version of python 3.5. This is the only way to actually install it. 

TensorFlow supports only 64-bit Python 3.5 on Windows. We have tested the pip packages with the following distributions of Python:

Python 3.5 from Anaconda

Python 3.5 from python.org.

You can download the proper version of python  (make sure you grab one of the ones that says "Windows x86-64")

You should now be able to install with pip install tensorflow or python -m pip install tensorflow (make sure that you are using the right pip, from python3, if you have both python2 and python3 installed)

Remember to install Anaconda 3-5.2.0 as the latest version which is 3-5.3.0 have python version 3.7 which is not supported by Tensorflow.

Thank you,hope my answer will help you.

answered Jul 16, 2020 by Suhana
• 340 points

Related Questions In Data Analytics

0 votes
1 answer

Error while importing Tensorflow

Start by uninstalling tensorflow and protobuf and reinstall them. Use ...READ MORE

answered Jun 13, 2019 in Data Analytics by Zulaikha
• 910 points
652 views
0 votes
1 answer

Using Cuda: Tensorflow error

This command will tell you which processes ...READ MORE

answered Jun 13, 2019 in Data Analytics by Zulaikha
• 910 points
468 views
0 votes
1 answer

HIVE DATA LOADING ERROR

Dear Raghu, Hope you are doing great. It is ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
1,193 views
0 votes
1 answer

compiler error in Selenium

Dear Learner, Hope you are doing great. Your code ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
439 views
0 votes
1 answer

Error , screenshot shared.

Hope you are doing great. Please share with ...READ MORE

answered Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
362 views
+2 votes
3 answers

Problem with installation of Wordcloud in anaconda

Using Anaconda Python 3.6 version For Windows ...READ MORE

answered Aug 7, 2018 in Data Analytics by Priyaj
• 58,090 points
18,022 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP