robotpy-ctre
2024.1.0 is broken, please update to 2024.1.1. You can update the requirements for your pyproject.toml
like so:
[tool.robotpy]
robotpy_version = "2024.1.1.3"
requires = [
"robotpy-ctre==2024.1.1"
]
After that do a robotpy sync
and it will be upgraded on your next deploy.