You are not logged in.
The recent upgrade of python-pillow to version 10.0.0.1 breaks PysolFC, resulting in the following error:
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'Downgrading to version 9.5.0.2 fixes the problem
Offline
https://pillow.readthedocs.io/en/stable … #constants
Now you need to use PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS.
Make a bug report, or I expect the pysolfc devs will change it soon.
Python and modules do this stuff all of the time.
Offline