ros-visualization / rqt_service_caller

http://wiki.ros.org/rqt_service_caller
7 stars 10 forks source link

Incorrect shebang in Ubuntu 20.04 + ROS Noetic #17

Closed RafaelRey closed 3 years ago

RafaelRey commented 3 years ago

Hello,

I've been looking around the pull requests and issues opened. I saw that the python3 shebang compatibility was supposedly fixed, but I found using the 0.4.9-focal version of rqt_service_caller that the shebang of the rqt_service_caller installed script is still

#!/usr/bin/env python

instead of

#!/usr/bin/env python3

I tried to reinstall the package but it does change nothing, At the moment replacing it manually does the job

Edit: Sorry for the edit, but I saw that the problem is just that the package has not been released since the fix was added to the CMakeLists

mikaelarguedas commented 3 years ago

Version 0.4.10 including the fix has been released. Can you confirm this issue is now solved ?

RafaelRey commented 3 years ago

Yes, the current release has the correct shebang, thank you very much!