Currently libsql only publishes wheels for:
macosx_10_12_x86_64
macosx_11_0_arm64
manylinux_2_17_x86_64
win_amd64
https://pypi.org/project/libsql/#files
There is no manylinux_2_17_aarch64 wheel, which means Linux ARM64 servers (e.g. AWS Graviton, Oracle ARM, Raspberry Pi) must compile from source. This fails in minimal Docker environments (python:slim) because it requires Rust/Cargo and a C compiler.
Expected: A prebuilt libsql-*-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl published to PyPI alongside each release.
Please add ARM64 Linux to the CI release matrix. Other Rust-based Python packages like polars and pyarrow already publish aarch64 wheels successfully.
Currently libsql only publishes wheels for:
macosx_10_12_x86_64
macosx_11_0_arm64
manylinux_2_17_x86_64
win_amd64
https://pypi.org/project/libsql/#files
There is no manylinux_2_17_aarch64 wheel, which means Linux ARM64 servers (e.g. AWS Graviton, Oracle ARM, Raspberry Pi) must compile from source. This fails in minimal Docker environments (python:slim) because it requires Rust/Cargo and a C compiler.
Expected: A prebuilt libsql-*-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl published to PyPI alongside each release.
Please add ARM64 Linux to the CI release matrix. Other Rust-based Python packages like polars and pyarrow already publish aarch64 wheels successfully.