ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I ran into this a few days ago. The problem turned out to be an older version of catkin_pkg/package.py installed by pip3 install
hiding the just released version installed by apt install
. I cleaned up my Python environment and the problem went away.