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

ROS/Hydro installation error:qt_dotgraph: No definition of [python-pygraphviz] for OS

asked 2015-05-04 14:04:22 -0500

Whitesail gravatar image

updated 2015-05-07 10:06:06 -0500

Hi,

I tried to install ROS/Hydro in OS X10.9 with homebrew following with :http://wiki.ros.org/hydro/Installation/OSX/Homebrew/Source

When I run $ rosdep install --from-paths src --ignore-src --rosdistro hydro -y, I got

ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:

qt_dotgraph: No definition of [python-pygraphviz] for OS [osx]

qt-4.8.6 and graphviz-2.38.0 are already installed.

edit retag flag offensive close merge delete

Comments

I am experiencing the same error. I am installing on OS X Yosemite following the directions at "http://wiki.ros.org/indigo/Installation/OSX/Homebrew/Source"

BobPeret gravatar image BobPeret  ( 2015-05-05 10:11:49 -0500 )edit

I still can not solve this problem. How about you?

Whitesail gravatar image Whitesail  ( 2015-05-05 15:56:15 -0500 )edit

2 Answers

Sort by » oldest newest most voted
0

answered 2015-05-07 10:06:27 -0500

Whitesail gravatar image

Finally, I fixed it by

$ rosdep install -s --from-paths src --ignore-src --rosdistro hydro -y --skip-keys "python-pygraphviz"

referenced from here

I don't know whether there will be further problems by doing this. But it works now.

edit flag offensive delete link more
0

answered 2015-05-18 23:42:55 -0500

I was having this same issue and fixed it with the following:

  1. I was also running Macports (Homebrew does not like this), so the first step was to move /opt/local to ~/macports "sudo mv /opt/local ~/macports" per the "$ brew doctor" recommendation when it discovered macports config files. My guess is that this is what ultimately fixed the issue, but I also took further steps suggested in the post linked below.
  2. Manually forced generation of dot config file: $ dot -c
  3. Verified the the existence of the folder "/usr/local/lib/graphviz" and the config6 file.

http://www.graphviz.org/content/graph...

edit flag offensive delete link more

Comments

Thank you.

Whitesail gravatar image Whitesail  ( 2015-05-21 14:17:24 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-05-04 14:04:22 -0500

Seen: 388 times

Last updated: May 07 '15