Skip to content

docs(python): note libgcc requirement for Alpine Linux - #24

Open
qw-in wants to merge 1 commit into
mainfrom
docs/python-alpine-libgcc-requirement
Open

docs(python): note libgcc requirement for Alpine Linux#24
qw-in wants to merge 1 commit into
mainfrom
docs/python-alpine-libgcc-requirement

Conversation

@qw-in

@qw-in qw-in commented Jun 30, 2026

Copy link
Copy Markdown
Member

arcjet-py's bundled WebAssembly runtime (wasmtime) needs libgcc_s.so.1, which most distros ship by default but Alpine does not. Without it, import arcjet fails with OSError. Verified apk add libgcc resolves it.

See arcjet/arcjet-py#159.

arcjet-py's bundled WebAssembly runtime (wasmtime) needs libgcc_s.so.1,
which most distros ship by default but Alpine does not. Without it,
`import arcjet` fails with OSError. Verified apk add libgcc resolves it.

See arcjet/arcjet-py#159.
@qw-in qw-in self-assigned this Jun 30, 2026
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

Successfully merging this pull request may close these issues.

1 participant