|
|
|
|
|
by user5994461
1738 days ago
|
|
You're aware that Python doesn't support Alpine? The reason is that python is meant to run on Linux systems with glib, but Alphine has musl instead. It's a common source of compatibility issues not limited to python. Note that pip wheels are only specified and only built for glibc compatibility, so the limitations extends to all python packages. |
|