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

install problem with tensorflow #6

Open
homurajiang opened this issue Apr 27, 2019 · 4 comments
Open

install problem with tensorflow #6

homurajiang opened this issue Apr 27, 2019 · 4 comments

Comments

@homurajiang
Copy link

When I use the way of pip install -r requirements.txt
it caused error: No matching distribution found for tensorflow-gpu==1.4.1 (from -r requirements.txt (line 1))

I'm using ubuntu 18.04

@ZhenyF
Copy link

ZhenyF commented May 1, 2019

It might be caused by the version of python. You might use python 3.7 for now. Try downgrade it to 3.6.

@homurajiang
Copy link
Author

It might be caused by the version of python. You might use python 3.7 for now. Try downgrade it to 3.6.

thx, but the requirement in CSP is python 2.7

@msha096
Copy link

msha096 commented May 16, 2019

It might be caused by the version of python. You might use python 3.7 for now. Try downgrade it to 3.6.

thx, but the requirement in CSP is python 2.7

tensorflow-gpu version 1.11.0 works for me, with python 2.7, cuda 9.0

@fengyuentau
Copy link

fengyuentau commented Oct 12, 2019

  1. go to pypi.org and search tensorflow or tensorflow-gpu
  2. click Release history, find and click on the version you want
  3. click on Download files and download the one matching your python version

Quick link:

  1. https://pypi.org/project/tensorflow/1.4.1/#files
  2. https://pypi.org/project/tensorflow-gpu/1.4.1/#files

PS:
It confuses me why the files are listed in the release history of pypi but we cannot download it by pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants