-
Notifications
You must be signed in to change notification settings - Fork 75
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
Current release version 0.2.10 broken os_detect #220
Comments
YES, and I have met the very same problem! It is beacause the image python:3-slim-stretch has been moved to archive.debian.org ( https://lists.debian.org/debian-devel-announce/2023/03/msg00006.html ) |
+1 as a quick fix if that has the new feature that avoids this.
Tentative dirty local patch suggested (Use at your risk)I needed an immediate fix so worked around by updating the docker image
|
Thanks for your excellent solution @130s 👍! It works for me ! I have fixed it, but I still expect someone to update the images. |
@qw8z5fUB As in #220 (comment), this issue is seen with |
Yes I suppose this is an issue wherever 0.2.10 is the current release version, which appears to be the case on pypi, the ROS deb repositories, and Arch User Repository. |
I also have this issue on 22.04 :
|
Just to note my temp workaround was to pip install directly from github:main: Thanks also @130s for your posted workaround RE a local patch to the |
having this same issue as well. |
I'm glad that we moved to the golang detector. I'll get a new release out shortly. |
0.2.11 is out. ROS sources are propagating and pypi is now available |
Thank you! |
Thank you! This solution (upgrading rocker) was difficult to find for me because it wasn't clear that it came from rocker itself. May I suggest adding a simple echo to the snippet templates? |
An Archlinux user comes here for the same bug.😁 Just let you know the AUR package python-rocker has been updated to 0.2.12 to resolve this issue as well. |
I think the os detector in 0.2.10 is broken, it looks like the apt sources in the underlying image python:3-slim-stretch is out of date (related question answered 2h ago).
I'm not sure if that image will be updated to resolve this, and at the same time I see rocker:main has switched to using golang:1.19 as the base image for the os_detector.
As a quick fix, could you release the current version to
pypi? edit: request update all release channels (PyPi, deb, AUR)To reproduce the issue (I'm testing on Ubuntu 20.04.5 LTS, Python 3.8.10)
Gives errors:
The text was updated successfully, but these errors were encountered: