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

Improve build times: Building wheel for pandas (pyproject.toml): still running #772

Closed
revant opened this issue Apr 11, 2022 · 6 comments
Closed
Labels

Comments

@revant
Copy link
Collaborator

revant commented Apr 11, 2022

#134 2520.5   Building wheel for pandas (pyproject.toml): still running...

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!

@revant revant changed the title Improve build times Improve build times: Building wheel for pandas (pyproject.toml): still running Apr 11, 2022
@revant revant added the bug label Apr 11, 2022
@revant
Copy link
Collaborator Author

revant commented Apr 11, 2022

@revant
Copy link
Collaborator Author

revant commented Apr 11, 2022

@vrslev it is building arm64 images!?!

@vrslev
Copy link
Collaborator

vrslev commented Apr 11, 2022

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.

@revant
Copy link
Collaborator Author

revant commented Apr 11, 2022

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

@vrslev
Copy link
Collaborator

vrslev commented Apr 11, 2022

can you guide with GH actions?

Revert #733 and #737 — it should do.

@siddhpant
Copy link

ARM wheels are available now: pandas-dev/pandas#33971 (comment)

I can just do pip install pandas to install it under 10 seconds.

Please build arm64 images, now that the bottleneck does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants