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

can't install older TensorFlow versions #1

Open
sloganking opened this issue Aug 26, 2020 · 3 comments
Open

can't install older TensorFlow versions #1

sloganking opened this issue Aug 26, 2020 · 3 comments

Comments

@sloganking
Copy link

after running pip install --ignore-installed --upgrade tensorflow-gpu==1.15.0 I get:

ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.15.0 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0)
ERROR: No matching distribution found for tensorflow-gpu==1.15.0

It seems pip no longer offers older TensorFlow versions by default. Is there a way to get around this?

@badjano
Copy link

badjano commented Aug 26, 2020

@Sanaxen
Copy link
Owner

Sanaxen commented Sep 28, 2020

Please try the following methods.
https://github.com/Sanaxen/tecoGAN_app/blob/master/requirements.txt

pip install -r required.txt
In my case, this worked fine. (I tried it on 2020-09-28)

@Sanaxen Sanaxen pinned this issue Sep 28, 2020
@Sanaxen Sanaxen unpinned this issue Oct 20, 2020
@mirh
Copy link

mirh commented Mar 29, 2022

You won't find tf1.15 on pypi if you have python >3.7.
https://stackoverflow.com/questions/61491893/i-cannot-install-tensorflow-version-1-15-through-pip/66158049

You'll either need an unofficial tf build, or update tecogan

@mirh mirh mentioned this issue Mar 29, 2022
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