Why have Windows ARM64 releases stopped? #7547
-
I've noticed no more Windows ARM64 wheels are being published. The last version to get one is 10.0.0. So my ARM64 machine attempts to download the tar.gz and fails to install. Why have the releases stopped? I find it strange considering Microsoft is investing a lot into Windows on ARM these days. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
As an explanation, the arm wheels were being provided voluntarily by cgohlke, rather than being a standard part of our release process. He's not an official part of the Pillow team, and his lab lost funding, so that was just something that was happening out of the kindness of his heart. GitHub Actions doesn't provide ARM64 Windows environments, so we can't build the wheels for it as easily as we can the other Windows wheels. Just to be clear, you can install Pillow from source, it is just not as convenient as using pre-build wheels. |
Beta Was this translation helpful? Give feedback.
-
In case it is helpful, I have compiled Pillow 10.1.0 on an M2 MacBook in a Windows ARM64 virtual machine: Pillow-10.1.0-cp39-cp39-win_arm64.zip |
Beta Was this translation helpful? Give feedback.
As an explanation, the arm wheels were being provided voluntarily by cgohlke, rather than being a standard part of our release process. He's not an official part of the Pillow team, and his lab lost funding, so that was just something that was happening out of the kindness of his heart.
GitHub Actions doesn't provide ARM64 Windows environments, so we can't build the wheels for it as easily as we can the other Windows wheels.
Just to be clear, you can install Pillow from source, it is just not as convenient as using pre-build wheels.