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

rosdep does not find dist

asked 2019-07-26 11:23:16 -0500

julian-r gravatar image

I set up rosdep(init, update) and trying to install python-certifi. And I allways get the error:

root@ros-in-docker:/project# rosdep install python-certifi

ERROR: Rosdep cannot find all required resources to answer your query
Missing resource python-certifi
ROS path [0]=/opt/ros/kinetic/share/ros
ROS path [1]=/project/src
ROS path [2]=/opt/ros/kinetic/shar

But it seems to be in the list for Ubuntu Xenial:

https://github.com/ros/rosdistro/blob...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-07-28 12:40:27 -0500

gvdhoorn gravatar image

Afaik rosdep only installs the dependencies of ROS packages. You cannot use it to install dependencies themselves. python-certifi is not a ROS package.

edit flag offensive delete link more

Comments

Hmm, but this states it differently...

julian-r gravatar image julian-r  ( 2019-07-29 04:36:22 -0500 )edit

That's a reference to the xml format used for ros packages and doesn't reflect the command line syntax.

tfoote gravatar image tfoote  ( 2019-07-29 12:41:13 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-07-26 11:22:49 -0500

Seen: 127 times

Last updated: Jul 26 '19