-
Notifications
You must be signed in to change notification settings - Fork 691
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
‘pip install -r requirements.txt’ setup reported the following error #15
Comments
You can install tensorflow and other requirements separately with pip or just change the version requirements in the file to also match newer versions. So change |
For Mac OS X Mojave 10.14.6 (18G87). requirements.txt:
And then UPD: Probably need to install |
I installed Python 3.6 (64 bit) and it worked fine. Any larger version (3.7, ...) fails sooner or later. Also there was need for 64 bit version, not 32 bit. |
Could not find a version that satisfies the requirement Keras==2.1.2 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for Keras==2.1.2 (from -r requirements.txt (line 1))
The text was updated successfully, but these errors were encountered: