Skip to end of banner
Go to start of banner

Building Pywin32 from source

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This page is still in progress !

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

https://github.com/mhammond/pywin32/pull/1793

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

TODO: add link to common VS requirements page for python package installations

Build steps

1. Clone pywin32 repoistory

https://github.com/mhammond/pywin32

Last successfully build commit:

2. Build pywin32 wheel

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

  • No labels