-
Notifications
You must be signed in to change notification settings - Fork 46
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
colcon-core 0.13.1python3.8 dependency breaks ROS 2 Dashing #586
Comments
I'm having the same issue, thanks for already fixing, I suppose the fix is in 0.15.0. I'm not very familiar with the release process to ubuntu -> how long until I can expect to be able to install 0.15.0 with I'd also appreciate a way to workaround this issue until then |
Thanks @cottsay for the quick fix! @tonynajjar I personally used the pip3 package in the meantime. |
Hi folks - The issue here is that we need to move from We're dropping support for debs on Bionic (and Buster) because of this. That doesn't mean you can't use pip to get the latest versions of colcon packages (where pip will install the This issue was auto-closed because I merged a PR which reverted the All that aside, I recommend getting debs from Canonical for ESM platforms. |
Thanks for the explanation, so the fix for bionic is in 0.14.0, same question though:
|
The update had been pushed to all debian repositories before I wrote that comment, so it should be available to you now. |
I noticed that the package
python3-colcon-core
0.13.1 depend on python3.8. Python3.8 is not available on 18.04 (from Ubuntu or ROS 2 repo)Thus, installing
colcon-core
from the ROS 2 PPA is no longer working with Dashing (18.04).To reproduce:
sudo apt install python3-colcon-core
To get the following output:
While ROS 2 Dashing is EOL, the default installation for
colcon
(via APT) is no longer working.It seems that the
colcon
package from the ROS 2 PPA is shared between the ROS 2 distros.This is probably not the correct repository to report this, but I am unsure where to report it.
Was it expected that new
colcon-core
releases would break old ROS 2 distros?The text was updated successfully, but these errors were encountered: