israel-dryer / ttkbootstrap

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

meter example gives error #474

Closed beetlegigg closed 1 year 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 1 year ago

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

sanjayengineer121 commented 1 year ago

uninstall latest pillow and

reinstall by using

pip install Pillow==9.5.0