Python Forum

Full Version: TensorFlow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello dear users i am trying to install tensorflow with command - pip install tensorflow
I am getting this error-

C:\Users\Samuel>pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
Can someone help me with this ? I am using Python 3.8 and tensorflow 2.2 should support python 3.8.
I am using NVIDIA GTX 770
Can you run pip -V? Maybe your environment is picking up an older version of python?
Also, one of the tensorflow requirements - Windows 7 or later (64-bit) (emphasis on 64 bit)
Yes you are right it is showing python 3.7 but i dont understand why.