Open
Description
The docker images for Jazzy have already been released, so we should be able to start testing things in our actions CI.
The docker images for Jazzy have already been released, so we should be able to start testing things in our actions CI.
Activity
maspe36 commentedon May 13, 2024
Draft PR is here
#400
maspe36 commentedon May 13, 2024
It is currently failing with
Seems to be a new thing as of Python 3.11. Now with Jazzy targeting 24.04, we will need to figure out how we want to handle this... probably change our README instructions as well.
Not sure why Rolling is still on 3.10, guess its still based on Ubuntu 22.04.
BrandonSimoncic commentedon Feb 28, 2025
I had a similar issue, using pipX leads to further bugs with Colcon. actually just using
--break-system-packages
works for now.