Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install tensorflow through pip #40822

Closed
BoxiangW opened this issue Jun 26, 2020 · 4 comments
Closed

Not able to install tensorflow through pip #40822

BoxiangW opened this issue Jun 26, 2020 · 4 comments
Assignees
Labels
stat:awaiting response Status - Awaiting response from author TF 2.2 Issues related to TF 2.2 type:build/install Build and install issues

Comments

@BoxiangW
Copy link

issue

  • OS Platform and Distribution : win 10
  • TensorFlow installed from (source or binary): pip
  • TensorFlow version: 2.2
  • Python version: 3.7
  • Installed using : pip with no virtual env

So I tried to install tensorflow >= 2.0.0 with pip and no virtual env, but it always says ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) and ERROR: No matching distribution found for tensorflow. Can anyone help me with it? Thanks.

@BoxiangW BoxiangW added the type:build/install Build and install issues label Jun 26, 2020
@Saduf2019 Saduf2019 added the TF 2.2 Issues related to TF 2.2 label Jun 26, 2020
@Saduf2019
Copy link
Contributor

@PeaNButT
Please check if you have the latest version of pip installed. You can upgrade pip using the below command.

python3 -m pip install --upgrade pip

Also check if you have met all the system requirements for installing TensorFlow from this link.

Here are few similar issues you could refer to.
#38750 #20444 link

@Saduf2019 Saduf2019 added the stat:awaiting response Status - Awaiting response from author label Jun 26, 2020
@BoxiangW
Copy link
Author

@Saduf2019
I have checked all the requirement, and I'm using windows 10 (64-bit), Python 3.7.3, pip version 20.1.1. It still says
" ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow"

@BoxiangW
Copy link
Author

Thanks, problem solved, I was using Python 32 bit, now I have changed to 64 bit.

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response Status - Awaiting response from author TF 2.2 Issues related to TF 2.2 type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

2 participants