You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
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))
The text was updated successfully, but these errors were encountered: