Building for windows-arm64
with setuptools-rust
on github actions
#1814
Replies: 1 comment
-
This seems to be working now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
cibuildwheel is amazing and really makes life easy. Thanks!
I'm trying to take advantage of the experimental arm64 support for windows and the build is failing with the error:
Here's the exctract from
pyproject.toml
and the job from the github workflow:
Has anyone had success building for windows-arm64? I'm using
features = ["pyo3/extension-module"]
which should stop linking to the python libraries (and this worked to resolve earlier errors on manylinux builds which were caused by incorrectly trying to link to python)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions