Robotics StackExchange | Archived questions

Mac Install (Sierra) - ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: webkit_dependency: No definition of [python-qt5-bindings-webkit] for OS [osx]

Following this: http://wiki.ros.org/kinetic/Installation/OSX/Homebrew/Source carefully. I know there's a comment that says "it doesn't work" but I thought I could help improve it. Everything went well until:

~/ros_catkin_ws rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies:
webkit_dependency: No definition of [python-qt5-bindings-webkit] for OS [osx]

Any tips?

Asked by pitosalas on 2017-07-18 08:56:40 UTC

Comments

Answers

From googling, I think this error is a bug in the -v (verbose) flag on rosdep.

Asked by pitosalas on 2017-07-18 12:59:32 UTC

Comments