Closed beetlegigg closed 1 year ago
macOS 11.7.8
AttributeError: module 'PIL.Image' has no attribute 'CUBIC'. Did you mean: 'BICUBIC'?
run with the latest pip install of ttkbootstrap
No error message and the example runs ok
No response
Open PIL.Image row error delete "CUBIC" and write "BICUBIC".
reinstall by using
pip install Pillow==9.5.0
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