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

ENH: Provide musllinux build for aarch64 as well #55645

Closed
1 of 3 tasks
der-eismann opened this issue Oct 23, 2023 · 4 comments · Fixed by #56590
Closed
1 of 3 tasks

ENH: Provide musllinux build for aarch64 as well #55645

der-eismann opened this issue Oct 23, 2023 · 4 comments · Fixed by #56590
Assignees
Labels
ARM aarch64 architecture Build Library building on various platforms Enhancement
Milestone

Comments

@der-eismann
Copy link

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

We usually build our container images based on python-alpine to reduce their size, however colleagues with Apple Silicon-based devices are unable to build these images, since there are no musllinux builds for aarch64, only x64. So analogue to numpy/numpy#24934 I would kindly ask you to add these wheels as well.

Feature Description

Just add a musllinux aarch64 target to your build pipelines.

Alternative Solutions

None.

Additional Context

No response

@der-eismann der-eismann added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Oct 23, 2023
@lithomas1
Copy link
Member

Sure, we'll add them if numpy adds them. I think the concerns raised there are valid.

@lithomas1 lithomas1 added Build Library building on various platforms ARM aarch64 architecture Blocked and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Oct 23, 2023
@majakubiec
Copy link

Hi @lithomas1,

It looks like numpy added musllinux build for aarch64 in 1.26.2: https://pypi.org/project/numpy/1.26.2/#files
numpy/numpy#25003

Can pandas have it now too?

@lithomas1
Copy link
Member

Sure, I'll mark this for 2.2, then.

@lithomas1 lithomas1 removed the Blocked label Dec 7, 2023
@lithomas1 lithomas1 added this to the 2.2 milestone Dec 7, 2023
@lithomas1 lithomas1 self-assigned this Dec 22, 2023
@der-eismann
Copy link
Author

Awesome, thank you very much to everyone involved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM aarch64 architecture Build Library building on various platforms Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants