Skip to content

Wheels for win_arm64 #61463

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

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Wheels for win_arm64 #61463

wants to merge 34 commits into from

Conversation

khmyznikov
Copy link

@khmyznikov khmyznikov requested a review from mroeschke as a code owner May 19, 2025 21:22
@mroeschke mroeschke added the Build Library building on various platforms label May 19, 2025
@khmyznikov
Copy link
Author

Regular win_amd also required the pip install delvewheel for some reason, despite the fact I didn't touched it. Added that for all win plats to fix the build.


- name: Set up Python
- name: Set up Python for validation/upload (non-ARM64 Windows & other OS)
if: matrix.buildplat[1] != 'win_arm64'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So wheel is not installable in this environment on win_arm64?

Copy link
Author

@khmyznikov khmyznikov May 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mroeschke micromamba is not available on win_arm64. That's why I'm installing wheel in next steps

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

Successfully merging this pull request may close these issues.

BUILD: Provide wheel for Windows ARM64
2 participants