You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the latest Alpine 3.19.1, I tried out uv with apk installed Python. I get the following error:
# uv pip install bitarray
error: Failed to detect the operating system version: Couldn't detect either glibc version nor musl libc version, at least one of which is required
Here is some system information:
# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.19.1
PRETTY_NAME="Alpine Linux v3.19"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
# ldd
musl libc (x86_64)
Version 1.2.4_git20230717
Dynamic Program Loader
Usage: /lib/ld-musl-x86_64.so.1 [options] [--] pathname
The text was updated successfully, but these errors were encountered:
On the latest Alpine 3.19.1, I tried out
uv
with apk installed Python. I get the following error:Here is some system information:
The text was updated successfully, but these errors were encountered: