Skip to content

Update alpine base image to resolve openssl/pyexpat issue

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

There is a bug in the packaging of the alpine image that causes an import issue when using pip.

Specifically pyexpat import * ImportError: Error relocating /usr/lib/python3.11/lib-dynload/pyexpat.cpython-311-x86_64-linux-musl.so: XML_SetReparseDeferralEnabled: symbol not found as mentioned in this issue #136

Related issue in docker and resolution can be seen here https://github.com/jupyterhub/repo2docker-action/issues/113#issuecomment-2016501594

Edited by Nadeem Majumder

Merge request reports

Loading