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

I had this same issue when moving my package from melodic to noetic

it is this part below ROS has a problem with

#!usr/bin/python2

if you're running python3 you declare the path of pythong3 like so

!# /usr/bin/python3

this fixed the issue for me.