Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing runtime deps on python3? #23

Open
artivis opened this issue Sep 20, 2022 · 0 comments · May be fixed by #24
Open

Missing runtime deps on python3? #23

artivis opened this issue Sep 20, 2022 · 0 comments · May be fixed by #24
Assignees

Comments

@artivis
Copy link

artivis commented Sep 20, 2022

Hi,
If I understood properly, this package takes care of installing the /opt/ros/distro/(local_)setup.xx scripts. These files template are located in the ament_package and are specialized during build by a ament_cmake_core script. Both of those packages are build dependencies.

Now, the /opt/ros/distro/(local_)setup.xx scripts make use of the Python3 interpreter (see here and onward) which isn't an exec-dep and may very well not be installed resulting in,

/usr/bin/env: ‘python3’: No such file or directory
error: unable to find fallback python3 executable

The latter message coming from the local_setup.xx script.

So, shouldn't this package have an <exec_depend>python3</exec_depend>?

@artivis artivis linked a pull request Sep 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants