RobotPy phoenix 5 users should update

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.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.