Skip to content
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

error when building image with: /balena-base-images/python/i386/ubuntu/bionic/3.10.10/build/Dockerfile #904

Open
CookingANut opened this issue Aug 31, 2023 · 2 comments

Comments

@CookingANut
Copy link

meet issue with executing python command:
32.55 + python3 get-pip.py --disable-pip-version-check --no-cache-dir --no-compile pip==23.0 setuptools==67.2.0
32.55 python3: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /usr/local/lib/libpython3.10.so.1.0)

@CookingANut
Copy link
Author

I tried "apt-get install -y libc6 libc6-dev", no help

@klutchell
Copy link
Contributor

It seems that the older ubuntu variants (bionic and xenial) are using glibc versions too old for our python binaries.

We will either have to build new binaries that are compatible with glibc 2.24 or limit which ubuntu variants receive python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants