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

rosgraph: No definition of [python-netifaces] for OS [osx]

asked 2013-03-25 03:55:30 -0500

updated 2013-03-25 05:08:56 -0500

I ran into some trouble while attempting a ros installation of groovy via Homebrew. When trying to execute the following command:

rosdep install --from-paths src --ignore-src --rosdistro groovy -y

I continue seeing this issue:

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: rosgraph: No definition of [python-netifaces] for OS [osx]

I'm not sure how to proceed here.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-03-25 05:05:05 -0500

updated 2013-03-25 05:07:07 -0500

I submitted a pull request on github to address the issue:

https://github.com/ros/rosdistro/pull/597

As the error states, there was no definition in the homebrew yaml file for python-netifaces. A new definition has been added called 'python-netifaces', which points to the netifaces pip.

edit flag offensive delete link more

Comments

1

Thanks! That is the intended solution for problems like this one.

joq gravatar image joq  ( 2013-03-25 05:30:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-03-25 03:55:30 -0500

Seen: 601 times

Last updated: Mar 25 '13