Closed
Description
On alpine pip install pygit2 does not work due to wheel not supporting musl (only glibc?).
Since alpine is very common in container enviroments (Kubernetes) it would be great if the project would fulfull PEP 656 – Platform Tag for Linux Distributions Using Musl.
Current workarounds are quite tedious, e.g.
- manually compiling the needed wheel
- use distro package (apk) py3-libgit2 and sync version with pygit2 (alpine is rarely on latest version)
Metadata
Metadata
Assignees
Labels
No labels