israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.79k stars 363 forks source link

meter example gives error #474

Closed beetlegigg closed 7 months ago

beetlegigg commented 1 year ago

Desktop (please complete the following information):

macOS 11.7.8

Describe the bug

AttributeError: module 'PIL.Image' has no attribute 'CUBIC'. Did you mean: 'BICUBIC'?

To Reproduce

run with the latest pip install of ttkbootstrap

Expected behavior

No error message and the example runs ok

Screenshots

No response

Additional context

No response

ghost commented 11 months ago

Open PIL.Image row error delete "CUBIC" and write "BICUBIC".

sanjayengineer121 commented 10 months ago

uninstall latest pillow and

reinstall by using

pip install Pillow==9.5.0