nuplan-devkit
nuplan-devkit copied to clipboard
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' in Pillow 10.0.0
I have heard that ANTIALIAS is removed from Pillow 10.0.0, maybe it should be noted in requirement.txt
I also meet this issue, you can use PIL.Image.Resampling.LANCZOS to replace Image.ANTIALIAS