ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I used -y when
apt-get
installingpython-rospy
so the prerequisites should be installed too.
The correct package name for rospy
on ROS Kinetic would be ros-kinetic-rospy
.
It would seem you've installed the UpstreamPackage version of rospy
.
Unless you did this on purpose, I would suggest you revert this and install the correct package instead.
2 | No.2 Revision |
I used -y when
apt-get
installingpython-rospy
so the prerequisites should be installed too.
The correct package name for rospy
on ROS Kinetic would be ros-kinetic-rospy
.
It would seem you've installed the UpstreamPackage version of rospy
.
See "upstream packages" increasingly becoming a problem for a discussion about this on ROS Discourse.
Unless you did this on purpose, I would suggest you revert this and install the correct package instead.