-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

5
  • 1
    Have you tried upgrading pip? pip install --upgrade pip Commented Jan 17, 2021 at 21:23
  • yes i updated it i tried everything but don't work Commented Jan 17, 2021 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. Commented Jan 17, 2021 at 21:45
  • 2
    You probably have 32bit Python installed instead of 64bit one. Commented Jan 17, 2021 at 21:48
  • stackoverflow.com/… Commented Jan 18, 2021 at 13:17

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.