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

ran into this problem trying to install on macosx #21

Open
jloveric opened this issue Aug 11, 2017 · 1 comment
Open

ran into this problem trying to install on macosx #21

jloveric opened this issue Aug 11, 2017 · 1 comment

Comments

@jloveric
Copy link

I get this error after running "pip install -r requirements.txt". It installs many of the packages successfully until this point. Looks like the tensorflow version doesn't exist. I'm going to try with some different versions.

Requirement already satisfied: six==1.10.0 in /Users/jloverich/miniconda3/lib/python3.6/site-packages (from -r requirements.txt (line 60))
Collecting tensorflow==0.12.0rc1 (from -r requirements.txt (line 61))
Could not find a version that satisfies the requirement tensorflow==0.12.0rc1 (from -r requirements.txt (line 61)) (from versions: 0.12.1, 1.0.0, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2)
No matching distribution found for tensorflow==0.12.0rc1 (from -r requirements.txt (line 61))

@preddy5
Copy link

preddy5 commented Aug 16, 2017

change line 61 to tensorflow==0.12.1

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

2 participants