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

No Windows free-threaded wheel available in scientific-python-nightly-wheels #61242

Closed
lesteve opened this issue Apr 7, 2025 · 2 comments · Fixed by #61249
Closed

No Windows free-threaded wheel available in scientific-python-nightly-wheels #61242

lesteve opened this issue Apr 7, 2025 · 2 comments · Fixed by #61249

Comments

@lesteve
Copy link
Contributor

lesteve commented Apr 7, 2025

In scikit-learn we noticed there are no Windows free-threaded development wheel in scientific-python-nightly-wheels.

The reason seems to be that your Wheels builder has failed consistently for more than a week, see build logs.

The failures only happen for Windows free-threaded i.e. cp313t-win_amd64. I had a quick look at one of the log there are almost 300 failures and plenty of them seem to be related to indexes with timestamps ...

One thing I did notice is that you are still using numpy development wheel for Windows free-threaded and I think using a released numpy may be good enough since numpy 2.2.4 (and probably a few earlier versions as well) has a free-threaded wheel for Windows, see PyPI numpy info.

@mroeschke
Copy link
Member

Thanks for the ping. We've started an attempt to try to root cause these failures in #61240 but not much progress yet

@raulcd
Copy link

raulcd commented Apr 8, 2025

In Arrow we have temporarily disabled testing with pandas for Windows free-threaded to unblock our 20.0.0 release. We will re-enable once this issue is fixed. Thanks!

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 a pull request may close this issue.

3 participants