Alexander Dicke

Results 7 comments of Alexander Dicke

You can fix this issue by running `pip install Pillow==9.5.0`. This happens because `FreeTypeFont.getsize()` has been [deprecated](https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html) in Version 10.0.0 of `Pillow`.

@mpoemsl Are you still planning to implement this feature soon?

That would be great @mpoemsl!

Is there any progress on this issue?

@manast This script should be called before running the tests. You could also add the command to `run_tests.sh`, but I didn't want to change the functionality of this script.

I had the same problems as described by @LBAMAD. Installing `Pillow==9.5.0` fixed it for me.

Is there any progress on this issue? Maybe the changes from [this](https://github.com/redis/ioredis/pull/1201) PR can be ported to the python library?