ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I tried Mike Purvis's solution and it works! Thanks for the tip spmaniato! It takes a long time though. Just a tip for all those who might need help in the future. Packages like pyqt, sip may throw ImportError during compilation. A simple brew unlink <package that throws ImportError> && brew link <same package> works like magic.