AnyText icon indicating copy to clipboard operation
AnyText copied to clipboard

Got Error,please help.AttributeError: 'FreeTypeFont' object has no attribute 'getsize'

Open heroki0817 opened this issue 1 year ago • 2 comments

system: Win11 env: anaconda 20240116193137

heroki0817 avatar Jan 17 '24 03:01 heroki0817

when I used python demo.py or python inference.py, alaway got same error.

heroki0817 avatar Jan 17 '24 03:01 heroki0817

Hi, check your Pillow version, should be exactly 9.5.0:

pip install Pillow==9.5.0

tyxsspa avatar Jan 17 '24 04:01 tyxsspa