motional / nuplan-devkit

The devkit of the nuPlan dataset.
https://www.nuplan.org
Other
682 stars 131 forks source link

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

Open penway opened 1 year ago

penway commented 1 year ago

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

zhucoffee commented 10 months ago

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