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

Issue running Pupper example on MacOS and Manjaro Linux #37

Open
mrElnekave opened this issue Jun 10, 2023 · 0 comments · May be fixed by #38
Open

Issue running Pupper example on MacOS and Manjaro Linux #37

mrElnekave opened this issue Jun 10, 2023 · 0 comments · May be fixed by #38

Comments

@mrElnekave
Copy link

When calling pip install -e . and getting all the install requirements for Puppersim we run into some issues, code shown below. This stems from the new gym as of now 26.2 treating the registry module differently: openai/gym#3097.

image

Hotfix:

pip install gym==0.21.0  # roll back to previous version
pip install protobuf==3.20.0
!pip install importlib-metadata==4.13.0

Even after you apply the hotfix, two packages were missing:
packaging and six.

@mrElnekave mrElnekave linked a pull request Jun 10, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant