-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error running pip install -e python #255
Comments
Hi Jonathan, thanks for investigating this. What exactly was your solution? Did you modify the version numbers in our |
That is strange. @RachithP has all the same versions of all the packages that @stokesj0001 has when this error occurred, as indicated by |
The workaround for me was to downgrade setuptools and wheel as mentioned in the stackoverflow post. pip install setuptools==65.5.0 "wheel<0.40.0" Then install the 0.21.0 version of gym pip install gym==0.21.0 |
Ah ok. That is good to know. So far, we haven't explicitly included |
I was using: conda: 23.5.2 |
This error is probably due to the version of gym not being available for the OS. Try updating the setup.py in the python folder to a more recent version of gym, e.g. 0.26.x |
Thanks @thias15! |
What platform am I on? What are my system specifications? Do I meet the minimum specifications for the Unreal Engine?
Windows. Not technically.
What am I attempting to do, what do I expect to happen, and what actually happened?
I was following https://github.com/isl-org/spear/blob/main/docs/getting_started.md and got to command,
pip install -e python
which produced the following error.
I was able to resolve this error with: https://stackoverflow.com/questions/76129688/why-is-pip-install-gym-failing-with-python-setup-py-egg-info-did-not-run-succ
The text was updated successfully, but these errors were encountered: