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

Fix PYTHONPATH issue #1269

Open
wants to merge 1 commit into
base: scarthgap-next
Choose a base branch
from

Conversation

jiaxshi
Copy link
Contributor

@jiaxshi jiaxshi commented Dec 3, 2024

Remove override code of PYTHONPATH which makes PYTHONPATH is not available in build job.

| ModuleNotFoundError: No module named 'ament_package'
| CMake Error at ament_cmake_package_templates-extras.cmake:41 (message):

PYTHONPATH is not found in run.do_configure.

Remove override code of PYTHONPATH which makes PYTHONPATH is not available in build job.

Signed-off-by: Jiaxing Shi <[email protected]>
@mark-bchoi
Copy link

Good to know it was fixed. actually I encountered this issue also. thanks.

@eigendude
Copy link
Contributor

Thanks. After rebasing, I've confirmed this fixes rolling and jazzy for early build errors, but still getting other errors in my personal packages after rebasing that I'm looking into.

@dirksavage88
Copy link

Can confirm this workaround fixed my issue as well

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 this pull request may close these issues.

4 participants