ParthJadhav / Tkinter-Designer

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

Incorrect Pillow version in "requirements.txt" #358

Open ThejanaSilva opened 11 months ago

ThejanaSilva commented 11 months ago
bcraigie commented 11 months ago

Me too. I already have Pillow 10.0.1, and other modules that require it, yet tkdesigner loads in 8.4.0.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pikepdf 8.5.0 requires Pillow>=10.0.1, but you have pillow 8.4.0 which is incompatible. scikit-image 0.22.0 requires pillow>=9.0.1, but you have pillow 8.4.0 which is incompatible.

If tkdesigner can work with pillow 10.0.1 I think it best to update the requirements to >= 10.0.1

Hereux commented 11 months ago

Same here, shouldn't be too difficult for them to change the requirements.