-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Missing packages after switch to bookworm / removal of buster #836
Comments
For now, switching to |
@jesuisnaz Based on the fact that the issue is related to the distribution version and the package is not associated with Python, it's worth considering whether this is a problem with a Debian image rather than a Python image. Could it be that the Debian maintainers are responsible here? |
Same issues. GLIBC is missing or something.
|
Reset to 3.8.16-slim resolves the problem for me. |
If you are having issues with the new
I am unable to reproduce. Are you perhaps trying to move that $ docker run -it --rm --platform linux/arm64/v8 python:3.8-bookworm bash
root@74945d174d36:/# /usr/local/bin/python3.8 -m venv /home/a/.venv/d
root@74945d174d36:/# ls -l /home/a/.venv/d/
total 16
drwxr-xr-x 2 root root 4096 Jun 15 16:45 bin
drwxr-xr-x 2 root root 4096 Jun 15 16:45 include
drwxr-xr-x 3 root root 4096 Jun 15 16:45 lib
lrwxrwxrwx 1 root root 3 Jun 15 16:45 lib64 -> lib
-rw-r--r-- 1 root root 76 Jun 15 16:45 pyvenv.cfg
root@74945d174d36:/# |
Closing; Solution is to use the |
Greetings! We've been using
python3.8-slim
image for our projects. This morning we discovered that our deployment pipeline no longer works because many packages seemed to be missing.The issue started appearing after the switch to bookworm.
I might be missing something, but is there some way to switch back for some time to the older image until it's resolved? It seems to be reasonable. Thank you.
The text was updated successfully, but these errors were encountered: