-1

hello i have a problem for installing tensorflow in python with pip: i'm using pycharm with python 3.8 but when i want to install tensorflow i always get the same error:

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

i tried a lot of way to install it but it always crash, thanks for the help and sorry for my english it's not my first language

  • 1
    Have you tried upgrading pip? pip install --upgrade pip – Glauvus Jan 17 '21 at 21:23
  • yes i updated it i tried everything but don't work – Paul Vigeolas Jan 17 '21 at 21:33
  • According to tensorflow documentation Python 3.8 requires TensorFlow 2.2 or later and according to PyPI the latest release is 2.4.0, so "pip install tensorflow==2.4.0" should work. – Glauvus Jan 17 '21 at 21:45
  • 2
    You probably have 32bit Python installed instead of 64bit one. – hoefling Jan 17 '21 at 21:48
  • https://stackoverflow.com/search?q=%5Bpip%5D+%5Btensorflow%5D+Could+not+find+a+version+that+satisfies+the+requirement+tensorflow+from+versions – phd Jan 18 '21 at 13:17

1 Answers1

0

Have you tried using anaconda to install tenserflow? If you dont have anaconda go to https://www.anaconda.com/products/individual#Downloads to install it.