-
Notifications
You must be signed in to change notification settings - Fork 164
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
removeprefix breaks compatibility with source builds on Nvidia Jetson #909
Comments
Please feel free to open a PR targeting humble to fix it, we're happy to review. |
I also managed to build Jazzy on Jetpack 5.x and have the same issue. (I'm blocked from upgrading to Jetpack 6 with python 3.9) |
For Jazzy? I don't think we need it; Jazzy only targets Ubuntu 24.04 (Python 3.12) and Ubuntu 22.04 (Python 3.10). Are you trying to build Jazzy on Ubuntu 20.04? (Humble is a different story, since it targets Ubuntu 22.04 (Python 3.10) and Ubuntu 20.04 (Python 3.8)) |
(Unfortunately) yes. I'm stuck on Jetpack 5.x which has Ubuntu 20. I managed to build Jazzy on Ubuntu 20 with very few workarounds. |
Oh wow, I'm pretty surprised about that. I would have figured there would be tons of workarounds needed. In that case, I'm OK with adding a fallback for |
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Issued command works.
Actual behavior
Additional information
Humble Hawksbill source builds are possible on Nvidia Jetson boards using JetPack 5.x, which is based on Ubuntu 20.04.
JetPack 5.x's Python version is 3.8, but
removeprefix
was added in Python version 3.9.The text was updated successfully, but these errors were encountered: