nuplan-devkit icon indicating copy to clipboard operation
nuplan-devkit copied to clipboard

AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' in Pillow 10.0.0

Open penway opened this issue 1 year ago • 1 comments

I have heard that ANTIALIAS is removed from Pillow 10.0.0, maybe it should be noted in requirement.txt

penway avatar Aug 26 '23 07:08 penway

I also meet this issue, you can use PIL.Image.Resampling.LANCZOS to replace Image.ANTIALIAS

zhucoffee avatar Nov 16 '23 13:11 zhucoffee