actionlib: No definition of [python-wxtools] for OS [osx]
I am installing ROS kinetic on macOS as instructed by http://wiki.ros.org/kinetic/Installat... At step 2.1.2 Resolving Dependencies, the command line
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
returned an error:
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
actionlib: No definition of [python-wxtools] for OS [osx]
How shall I resolve this problem? Thank you.
I would try mikepurvis/ros-install-osx instead. OSX/Homebrew is such a moving target that it's hard to keep up, and the wiki instructions may not contain the required updates.
thank you, @gvdhoorn. I am trying it. and got stuck by an issue ( https://github.com/mikepurvis/ros-ins... ), waiting for further help.