PauperZ / SSRSpeedN

基于SSRSpeed修改,支持同时进行单线程/多线程测速,并可同时进行流媒体解锁状态测试
GNU General Public License v3.0
1.13k stars 157 forks source link

AttributeError: 'ImageDraw' object has no attribute 'textsize' #61

Open sizhanchao opened 1 year ago

sizhanchao commented 1 year ago

请问本地python 3.11 最后输出图片时 报 AttributeError: 'ImageDraw' object has no attribute 'textsize'。如何解决呢?

maxxxty commented 1 year ago

我现在也是这个问题,同样等待回复

byxiaoxie commented 11 months ago

使用老版本的pillow或修改代码把textsize换成textlength

milkbrother666 commented 10 months ago

pip install pillow==9.5.0