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

Add/support windows-aarch64 #976

Open
ritchie46 opened this issue Nov 25, 2024 · 1 comment
Open

Add/support windows-aarch64 #976

ritchie46 opened this issue Nov 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ritchie46
Copy link

I am not sure if this is a feature request or a bug report. But when we wanted to release a new binary for windows with aarch64 support upstream in Polars, we got a failure in the setup-python step for that architecture.

Run actions/setup-python@v5
Installed versions
  Version 3.9 was not found in the local cache
  Error: The version '3.9' with architecture 'arm64' was not found for Windows Enterprise.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

The full logs are here: https://github.com/pola-rs/polars/actions/runs/12012857821/job/33485043287

Would be a great if windows + aarch64 had support.

@ritchie46 ritchie46 added bug Something isn't working needs triage labels Nov 25, 2024
@priyagupta108
Copy link
Contributor

Hello @ritchie46 👋, Thank you for your report.
For Windows, the official Python executables are simply downloaded from python.org. Unfortunately, binary installers are not available for arm64 Windows for the 3.9 versions. You can verify this by visiting Python Downloads for Windows and checking the releases that have binary installers for Windows arm64.
You may consider using a different version of Python that has binary installers available for this architecture.
Hope this clarifies!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants