Failed building wheel for box2d-py [solved]
See original GitHub issueI’m on MacOS with Anaconda
Initially had error Failed building wheel for box2d-py
Solution was to brew install swig
Issue Analytics
- State:
- Created 5 years ago
- Reactions:22
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Python can't install Box2D swig.exe failed with error code 1
I got the same error for Box2D, but solved as follows. I am using Anaconda environment with python3.6. try these. conda install swig....
Read more >box2d-py - PyPI
2D physics library Box2D 2.3 for usage in Python. After installing please be sure to try out the testbed demos. They require either...
Read more >i am trying to install open ai gym but keep getting errors, does ...
ERROR : Failed building wheel for Box2D. ERROR: Command errored out with exit status 1: 'D:\MachineLearning\Anaconda\python.exe' -u -c ...
Read more >Problems Pip Installing Box2D - ADocLib
This is an error I got when I tried to build the game to Python 2.7 as well. ... Collecting box2d Building wheels...
Read more >What is the meaning of "Failed building wheel for X" in pip ...
PYTHON : What is the meaning of " Failed building wheel for X" in pip install? [ Gift : Animated Search Engine ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
on Windows conda: conda install -c anaconda swig
@jachiam This happened with me too on MacBook Air 2015 model running MacOS Sierra with Python version 3.6 in Anaconda. Solved with
brew install swig
just like @dingran