Replies: 3 comments 1 reply
-
its same with me |
Beta Was this translation helpful? Give feedback.
-
I'm seeing the same thing while trying to install tkdesigner on Windows 10 using 'pip install tkdesigner': :46: RuntimeWarning: Pillow 8.4.0 does not support Python 3.12 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows. |
Beta Was this translation helpful? Give feedback.
-
I recently started learning python, so I don't know much, but installing via pip download's and used cached version of pillow 8.4.0 which doesn't support python 11 or above ... so i installed it via source .. change the pillow version to "^10.1" in pyproject.toml |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi im trying to do pip install tkdesigner and this is the error message:
:46: RuntimeWarning: Pillow 8.4.0 does not support Python 3.12 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: Could not build wheels for Pillow, which is required to install pyproject.toml-based projects
Beta Was this translation helpful? Give feedback.
All reactions