-
Notifications
You must be signed in to change notification settings - Fork 19
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
can't install older TensorFlow versions #1
Comments
@SleepingFox88 |
Please try the following methods. pip install -r required.txt |
You won't find tf1.15 on pypi if you have python >3.7. You'll either need an unofficial tf build, or update tecogan |
after running
pip install --ignore-installed --upgrade tensorflow-gpu==1.15.0
I get:It seems
pip
no longer offers older TensorFlow versions by default. Is there a way to get around this?The text was updated successfully, but these errors were encountered: