-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
Box2D dependency fails on Linux #1096
Comments
I could only get it working on mac with box2d-kengz box2d didn't work for me... |
@pzhokhov I tried |
This also implies we have no mac tests for these environments, is that the case? |
Since there is no valid configuration of box2d packages, could we get a note in the readme or something as a workaround until we have a box2d package that works? @pzhokhov |
box2d doesn't seem to work currently for Pop!_OS (System76' GPU-friendly unbuntu derivative), however box2d-kengz does. |
added a note to README: |
This was fixed by #1120 |
The Box2D library used by setup.py doesn't seem to work, and also the tests do not seem to catch this.
Steps to reproduce:
apt-get update
apt-get install swig
pip install gym[box2d]
python -c "import Box2D"
@pzhokhov has suggested that
box2d-py
is in fact the correct dependency to put in setup.py and notbox2d-kengz
but that may require testing on mac and linux.The text was updated successfully, but these errors were encountered: