yalger

Results 1 comments of yalger

Pillow的10.0.0版本移除了`ANTIALIAS`,现在你只能使用`PIL.Image.LANCZOS`或者`PIL.Image.Resampling.LANCZOS`。 解决方法: 输入命令`docker exec -it /bin/bash`进入容器,然后运行`pip install Pillow==9.5.0`,这样将Pillow版本退回到9.5.0版本,最后输入命令`docker restart `重启容器就好了。