PyWin32
Pywin32 is an important python package and Linaro has enabled windows-arm64 support for it.
Enable support for Windows on arm64 targets by niyas-sait · Pull Request #1793 · mhammond/pywin32
Pywin32 yet doesn’t provide a python wheel for windows-arm64 and the following page describes how to build it from the source.
Prerequisite
Visual Studio installation with ARM64 toolchain
Build steps
1. Clone pywin32 repository
GitHub - mhammond/pywin32: Python for Windows (pywin32) Extensions
Last successfully build commit:
2. Build pywin32 wheel
python setup.py bdist_wheel
This will generate a binary wheel in dist
directory which can be installed with pip install dist\pywin32-303.1-cp310-cp310-win_arm64.whl