rl-control-template icon indicating copy to clipboard operation
rl-control-template copied to clipboard

Build fails on building wheel for box2d-py

Open yasuiniko opened this issue 1 year ago • 0 comments

System: MacOS 14.6.1, M1 Pro chip.

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 Screenshot 2024-10-13 at 15 01 36

yasuiniko avatar Oct 13 '24 21:10 yasuiniko