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

unable to install spinning-up #398

Open
Praveer1981 opened this issue Aug 26, 2023 · 2 comments
Open

unable to install spinning-up #398

Praveer1981 opened this issue Aug 26, 2023 · 2 comments

Comments

@Praveer1981
Copy link

Hi, I am following the below link to install spinning-up in my system
installing-spinning-up
The installation failed due to the latest version(2.13) of the TensorFlow installed in my system. below is the error :

ERROR: Could not find a version that satisfies the requirement tensorflow<2.0,>=1.8.0 (from spinup) (from versions: 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.14.0rc0)
ERROR: No matching distribution found for tensorflow<2.0,>=1.8.0

I tried to downgrade the Tensorflow to 1.8.0 but, it does not allow me to do it.

the current version of the TensorFlow installed in my machine is 2.13

Any suggestion, on how can get rid of this installation problem,
Can I use this library in the google-colab?

@Praveer1981
Copy link
Author

Praveer1981 commented Aug 26, 2023

I just changed here :

https://github.com/openai/spinningup/blob/master/setup.py#L29

'tensorflow>=1.8.0,<3.0', and it allowed me to install it, not sure if it is the correct way. Do we need to change the upper limit of the tensorflow version?

@BackMountainDevil
Copy link

see #378

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