ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The Python module in question has recently been moved from catkin
into catkin_pkg
. It is actually in the Debian python-catkin-pkg-modules
. Can you please post the output of dpkg -L python-catkin-pkg-modules
. Maybe you haven't update that package to the same version as python-catkin-pkg
?
2 | No.2 Revision |
The Python module in question has recently been moved from catkin
into catkin_pkg
. It is actually in the Debian python-catkin-pkg-modules
. Can you please post the output of dpkg -L python-catkin-pkg-modules
. Maybe you haven't update that package to the same version as python-catkin-pkg
?
Edit:
Make sure both packages are up-to-date: sudo apt update && sudo python-catkin-pkg python-catkin-pkg-modules
3 | No.3 Revision |
The Python module in question has recently been moved from catkin
into catkin_pkg
. It is actually in the Debian python-catkin-pkg-modules
. Can you please post the output of dpkg -L python-catkin-pkg-modules
. Maybe you haven't update that package to the same version as python-catkin-pkg
?
Edit:
Make sure both packages are up-to-date: sudo apt update && sudo apt install --reinstall python-catkin-pkg python-catkin-pkg-modules