ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.62k stars 793 forks source link

Pillow 8.4.0 does not support Python 3.11 install error #425

Open lsaidman opened 1 week ago

lsaidman commented 1 week ago

What is the workaround for the following install error?

:46: RuntimeWarning: Pillow 8.4.0 does not support Python 3.11 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for Pillow Failed to build Pillow ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (Pillow) NOTE: Pillow 10.1 did install successfully. Is it possible to redirect Tkinter-designer to use this version?