Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This page is still in progress !

Pywin32 is an important python package and Linaro has enabled windows-arm64 support for it.

...

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 repoistoryrepository

https://github.com/mhammond/pywin32

...

Code Block
python setup.py bdist_wheel --skip-verstamp

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

...