pyproj4 / pyproj

Python interface to PROJ (cartographic projections and coordinate transformations library)

Home Page:https://pyproj4.github.io/pyproj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muslinux wheel missing

jrauschenbusch opened this issue · comments

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

The wheel builds are disabled here due to failures:

CIBW_SKIP: "*musllinux* pp*-win* pp31*"

Contributions welcome to get the builds working.