We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be a wheel for musllinux, to speed up CI build times significantly when using Alpine-based Python base images.
musllinux
pip install pyproj => Builds from source instead of using a pre-built wheel for musllinux
Alpine Linux, x86_64 and aarch64
The text was updated successfully, but these errors were encountered:
The wheel builds are disabled here due to failures:
pyproj/.github/workflows/release.yaml
Line 120 in 70851a5
Contributions welcome to get the builds working.
Sorry, something went wrong.
No branches or pull requests
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 text was updated successfully, but these errors were encountered: