-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Bug]: pip install setuptools 67.1.0 issue #1324
Comments
Duplicate of openai/gym#3176 (comment)
if you need a newer version of setuptools, you can use #780 |
@qgallouedec shall we enforce the version until #780 is ready? |
Yes. |
apologies for dupe issue |
Actually, setuptools is used for build, so I'm not sure that adding it in the requirement will solve the issue. |
After running :
and
I get those following errors and warnings (last part of the log output):
_Preparing metadata (setup.py) _ now worked thanks to downgrading
I also have in the sequel of this message, this
cmake permission denied. Note that I am not sudo on the computer. So is this comes from the Thank you:) |
🐛 Bug
Conda environment with Python version 3.10.9
running: pip install stable-baselines3
gives error:
The fix is to downgrade setuptools:
To Reproduce
Relevant log output / Error message
System Info
No response
Checklist
The text was updated successfully, but these errors were encountered: