pyproj4 / pyproj

Python interface to PROJ (cartographic projections and coordinate transformations library)
https://pyproj4.github.io/pyproj
MIT License
1.04k stars 210 forks source link

muslinux wheel missing #1382

Open jrauschenbusch opened 6 months ago

jrauschenbusch commented 6 months ago

Expected behavior and actual behavior.

There should be a wheel for musllinux, to speed up CI build times significantly when using Alpine-based Python base images.

Steps to reproduce the problem.

pip install pyproj => Builds from source instead of using a pre-built wheel for musllinux

Operating system

Alpine Linux, x86_64 and aarch64

snowman2 commented 6 months ago

The wheel builds are disabled here due to failures: https://github.com/pyproj4/pyproj/blob/70851a5888d29694d71616c2729dcf7033faff73/.github/workflows/release.yaml#L120

Contributions welcome to get the builds working.