CGrassin / rtl_power_scripts

Python scripts to use and visualize the output of rtl_power.
MIT License
11 stars 2 forks source link

AttributeError: 'FreeTypeFont' object has no attribute 'getsize' #1

Open reidprichard opened 9 months ago

reidprichard commented 9 months ago

Seems like Pillow (python lib) made some changes after 9.5.0. Bandaid fix: pip install Pillow==9.5.0.

YerongLi commented 4 months ago

How we can still use the getsize() for latest Pillow==10?