Can t import TensorFlow Could not find a version that satisfies the requirement TensorFlow

0 votes

Can’t import TensorFlow any suggestion? Using python 3.8.1ould not find a version that satisfies the requirement TensorFlow 
No matching distribution found for TensorFlow

Oct 15, 2020 in Python by anonymous
• 8,910 points
4,977 views

1 answer to this question.

0 votes

Basically, a solution would be to install an earlier TensorFlow version.

Try:

pip uninstall tensorflow
pip install tensorflow==1.5
answered Oct 15, 2020 by anonymous
• 65,910 points

Related Questions In Python

0 votes
0 answers

how to fix the ERROR: Could not find a version that satisfies the requirement engine

when I install engine or anyother module ...READ MORE

Jan 3, 2021 in Python by Muhammad Ali
• 120 points
1,694 views
0 votes
1 answer
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,058 views
0 votes
1 answer
+1 vote
5 answers
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