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
Problem: Box2d-py failed to build unless I had a global install of swig. Adding swig to requirements.txt gave the same error, as did using pyproject.toml and adding swig to build-system.requires.
I was able to build box2d-py using both swig 4.1.1 and swig 4.2.1 from pipx and brew. Interestingly, macports's swig 4.1.1 fails to buildbox2d-py. An error log is attached for the macports failure case. box2d-py_build_error_with_macports_swig_4.1.1.log
The text was updated successfully, but these errors were encountered:
yasuiniko
added a commit
to yasuiniko/rl-control-template
that referenced
this issue
Oct 13, 2024
System: MacOS 14.6.1, M1 Pro chip.
Problem:
Box2d-py
failed to build unless I had a global install ofswig
. Addingswig
torequirements.txt
gave the same error, as did usingpyproject.toml
and addingswig
tobuild-system.requires
.I was able to build
box2d-py
using bothswig 4.1.1
andswig 4.2.1
frompipx
andbrew
. Interestingly, macports'sswig 4.1.1
fails to buildbox2d-py
. An error log is attached for the macports failure case.box2d-py_build_error_with_macports_swig_4.1.1.log
The text was updated successfully, but these errors were encountered: