Open ritchie46 opened 3 days ago
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!
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.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.