MSYS Python (mingw-w64-ucrt-x86_64-python) has always been finnicky in my experience - some modules just randomly fail to install, but I've always fixed that by using WSL instead. Anyways, I figured I might as well ask here in case it's a known thing or I'm doing something silly (I don't use python often). Here's what I get trying to install Pillow:
$ pip install Pillow
(attachment since the log is way too long)
The module installed fine in WSL, but not in MSYS. I have no idea why - the logs mentio zlib, but I have zlib:
$ pacman -Qq | grep zlib
mingw-w64-ucrt-x86_64-zlib
zlib
zlib-devel
Any idea why Pillow is failing to install in MSYS Python?
Thanks in advance.