Skip to content

Upgrade from 0.6 to 0.7 broke Python version #168

@ahuard0

Description

@ahuard0

I'm using ROS1 Noetic, which uses Python 3.8.

The shebang call at the top of default_server_endpoint.py has the line:

#!/usr/bin/env python

This causes rosrun to execute the python script using python2, which is incorrect. It needs to be changed to this shebang in all python files:

#!/usr/bin/env python3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions