We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ci seems to be broke, it looks like it might be todo with python3.12 not supporting imp
imp
by using ubutnu:latest the major versions of software used in the CI can change as ubuntu:latests changes leading to issues like https://github.com/lit-robotics/libcamera-rs/actions/runs/12436691688/job/34725024709?pr=48#step:3:233
I would suggest we fix the version of ubuntu to one with python3.11 or we update from testing libcamera 0.1.0 ?
Which of these would be preferable? does version 0.1.0 represent a golden version for something that is worth testing with?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The ci seems to be broke, it looks like it might be todo with python3.12 not supporting
imp
by using ubutnu:latest the major versions of software used in the CI can change as ubuntu:latests changes leading to issues like https://github.com/lit-robotics/libcamera-rs/actions/runs/12436691688/job/34725024709?pr=48#step:3:233
I would suggest we fix the version of ubuntu to one with python3.11 or we update from testing libcamera 0.1.0 ?
Which of these would be preferable? does version 0.1.0 represent a golden version for something that is worth testing with?
The text was updated successfully, but these errors were encountered: