Skip to content
New issue

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

Translate arm64 to aarch64 for wheel names #251

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

mkiefel
Copy link
Contributor

@mkiefel mkiefel commented Feb 12, 2025

Problem: On Linux-aarch64 machines the platform.linuxArch contains arm64 which is not the wheel suffix that is commonly used for Linux-aarch64 filenames (e.g., https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/ does not list arm64 as part of a platform tag for Linux).

Solution: This change swaps out arm64 with aarch64 to find compatible wheels.

@adisbladis adisbladis merged commit 9b43213 into pyproject-nix:master Feb 13, 2025
101 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants