-
Notifications
You must be signed in to change notification settings - Fork 49
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
empy version incompatibility #602
Comments
micro-ROS is also affected: https://github.com/micro-ROS/micro_ros_setup/actions/runs/7041898491 |
I don't have a proper environment here to test the change and open a PR, but I think that most likely the fix is as simple as setting the version here: Line 32 in a6aef15
That'd be something like: |
Issue reproduced +1 |
I'll version-bind the dependency tomorrow. Thanks for reporting. |
- colcon/colcon-core#602 - ros-tooling/setup-ros#632 Signed-off-by: Alex Moriarty <[email protected]>
- colcon/colcon-core#602 - ros-tooling/setup-ros#632 Signed-off-by: Alex Moriarty <[email protected]>
It seems that empy 4.0 (released ~6 h ago) has breaking changes which make
colcon-core
to fail miserably. This is breaking our CI as we simply install colcon and let the package manager to resolve the dependenciesSteps to reproduce
Doing the following:
The
colcon
call fails with:Tentative fix
Until colcon supports empy v4, one thing that I could do to get things back up and running was:
Another way to fix the issue is to install empy 3.3.4 before installing colcon, that'd be:
The text was updated successfully, but these errors were encountered: