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

Installation in Google Colab is not successful with both 1.8.0 and 1.7.0 #1444

Closed
4 tasks done
poudel-bibek opened this issue Apr 11, 2023 · 1 comment
Closed
4 tasks done
Labels
bug Something isn't working colab Related to Google Colab Notebooks duplicate This issue or pull request already exists

Comments

@poudel-bibek
Copy link

poudel-bibek commented Apr 11, 2023

🐛 Bug

Installation of stable-baselines3[extra] via pip does not work in Google Colab.
This is the specified method of installation in the main GitHub repo and also the tutorials given by the development team.

To Reproduce

!pip install -q stable-baselines3[extra]
!pip install -q stable-baselines3[extra]==1.7.0
!pip install -q stable-baselines3[extra]==1.8.0

Relevant log output / Error message

error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  Preparing metadata (setup.py) ... error
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

System Info

Google Colab free version.

Checklist

  • I have checked that there is no similar issue in the repo
  • I have read the documentation
  • I have provided a minimal working example to reproduce the bug
  • I've used the markdown code blocks for both code and stack traces.
@poudel-bibek poudel-bibek added the bug Something isn't working label Apr 11, 2023
@araffin araffin added the duplicate This issue or pull request already exists label Apr 11, 2023
@araffin
Copy link
Member

araffin commented Apr 11, 2023

I have checked that there is no similar issue in the repo

Duplicate of #1440 and #1406

@araffin araffin closed this as not planned Won't fix, can't repro, duplicate, stale Apr 11, 2023
@araffin araffin added the colab Related to Google Colab Notebooks label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working colab Related to Google Colab Notebooks duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants