You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error I received was: 'ImageDraw' object has no attribute '_multiline_spacing'
Unsure whether it is better to just limit the pillow version or update the code to reflect the pillow API change but wanted to just flag it as an issue
The most recent version of Pillow has a breaking change for TextClip
I note the dependencies are:
"pillow>=9.2.0,<12.0",
But it actually only works with:
pillow==11.1.0
(They upgraded about a week ago)
https://pillow.readthedocs.io/en/stable/releasenotes/11.2.1.html#api-changes
The error I received was: 'ImageDraw' object has no attribute '_multiline_spacing'
Unsure whether it is better to just limit the pillow version or update the code to reflect the pillow API change but wanted to just flag it as an issue
Note I am using the git version of moviepy git+https://github.com/Zulko/moviepy.git
The text was updated successfully, but these errors were encountered: