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

Revision history [back]

click to hide/show revision 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?

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

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