-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Improve build times: Building wheel for pandas (pyproject.toml): still running #772
Comments
@vrslev it is building arm64 images!?! |
The issue is definitely relevant to arm images. I experience this when build locally on my M1 Mac, too. The only option is to disable builds for arm. |
how? can you guide with GH actions? i thought only bench image was built for both arm and amd it seems it published arm images for 13 and 14. I'll try to figure out and send PR today |
ARM wheels are available now: pandas-dev/pandas#33971 (comment) I can just do Please build arm64 images, now that the bottleneck does not exist. |
This takes infinite time, with every python version change we face this.
Is there any suggestion, workaround, hack, alternative?
Or we are stuck with it and we can't really do anything about this? Every once in a while pandas is expected to slow down builds? or pandas is expected to slow down builds every time?
If build time is not under our control CI may timeout. So future is uncertain as always!
The text was updated successfully, but these errors were encountered: