Problem Installing Tensorflow

I have Python 3.8 installed on my Windows 10 system. And the Tensorflow website states that Python 3.8 supports only Tensorflow 2.2 or above.

I’ve even updated my pip to 20.1.1. But when I try to install Tensorflow, I keep getting this error.

How do I install Tensorflow without installing an older version of Python?

hey @Jalaanchal-Tewari-1816244721737412 ,
tensorflow 2.2 is currently a beta version and also very much unstable for window. Along with this there are many modules which doesn’t work properly with python 3.8.
So , i would recommend you to download python 3.6 or 3.7.3 , they are very much stable and
tensorflow 1.15 as it is the most stable version working on windows.

I hope this helps.
Thank You :slightly_smiling_face:

1 Like