解决AttributeError: module ‘PIL.Image‘ has no attribute ‘ANTIALIAS‘

报错如下:
在这里插入图片描述
因为当前版本 PIL==10.0.1

解决AttributeError: module ‘PIL.Image‘ has no attribute ‘ANTIALIAS‘_第1张图片

经查询文档发现

解决AttributeError: module ‘PIL.Image‘ has no attribute ‘ANTIALIAS‘_第2张图片
所以需将Image.ANTIALIAS 改为Image.Resampling.LANCZOS
问题解决

你可能感兴趣的:(javascript,开发语言,ecmascript,pytorch,python,ubuntu)