/
PyWin32
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
, multiple selections available,
Related content
Python
Python
Read with this
Cygwin Runtime
Cygwin Runtime
More like this
PyTorch on Windows on Arm64
PyTorch on Windows on Arm64
More like this
Pre-release Python binary wheels and dependencies
Pre-release Python binary wheels and dependencies
Read with this
MSYS2 GNU Toolchains
MSYS2 GNU Toolchains
More like this
MinGW GNU Toolchain
MinGW GNU Toolchain
More like this