You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
🐛 Bug
Installation of
stable-baselines3[extra]
viapip
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
Relevant log output / Error message
System Info
Google Colab free version.
Checklist
The text was updated successfully, but these errors were encountered: