Versions Compared

Key

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

...

https://github.com/python-pillow/Pillow

There are two at least two ways to build Pillow and its dependencies for Windows on Arm

Method 1: Using build scripts from Pillow repository

Prerequisites

  1. Visual Studio 2019 or later

  2. CMake (Windows Arm64 build)

You will need to either clone the Pillow repository or download the source distribution from PyPI for the version you need.

And run the following commands to build and install all of the dependencies

Code Block
python winbuild\build_prepare.py
winbuild\build\build_dep_all.cmd
winbuild\build\build_pillow.cmd install

Method 2: Install with Vcpkg

Prerequisites

  1. Visual Studio 2019 or later installation

  2. Vcpkg Installation

Install required libraries

...