I'm getting the below errors even though I have done a forced reinstall of Cheetah and Pil numerous times. Any idea as to what else I can try?
weewx[325313] DEBUG weewx.reportengine: Running report 'SeasonsReport' weewx[325313] INFO weewx.restx: MQTT: Published record 2023-01-08 12:36:00 PST (1673210160) weewx[325313] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport' weewx[325313] ERROR weewx.reportengine: Unable to instantiate generator 'weewx.cheetahgenerator.CheetahGenerator' weewx[325313] ERROR weewx.reportengine: **** No module named 'Cheetah' weewx[325313] ERROR weewx.reportengine: **** Traceback (most recent call last): weewx[325313] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 180, in run weewx[325313] ERROR weewx.reportengine: **** obj = weeutil.weeutil.get_object(generator)( weewx[325313] ERROR weewx.reportengine: **** File "/usr/share/weewx/weeutil/weeutil.py", line 1335, in get_object weewx[325313] ERROR weewx.reportengine: **** mod = __import__(module) weewx[325313] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 69, in <module> weewx[325313] ERROR weewx.reportengine: **** import Cheetah.Filters weewx[325313] ERROR weewx.reportengine: **** ModuleNotFoundError: No module named 'Cheetah' weewx[325313] ERROR weewx.reportengine: **** Generator ignored weewx[325313] ERROR weewx.reportengine: Unable to instantiate generator 'weewx.imagegenerator.ImageGenerator' weewx[325313] ERROR weewx.reportengine: **** No module named 'Image' weewx[325313] ERROR weewx.reportengine: **** Traceback (most recent call last): weewx[325313] ERROR weewx.reportengine: **** File "/usr/share/weewx/weeplot/genplot.py", line 15, in <module> weewx[325313] ERROR weewx.reportengine: **** from PIL import Image, ImageDraw weewx[325313] ERROR weewx.reportengine: **** ModuleNotFoundError: No module named 'PIL' weewx[325313] ERROR weewx.reportengine: **** weewx[325313] ERROR weewx.reportengine: **** During handling of the above exception, another exception occurred: weewx[325313] ERROR weewx.reportengine: **** weewx[325313] ERROR weewx.reportengine: **** Traceback (most recent call last): weewx[325313] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 180, in run weewx[325313] ERROR weewx.reportengine: **** obj = weeutil.weeutil.get_object(generator)( weewx[325313] ERROR weewx.reportengine: **** File "/usr/share/weewx/weeutil/weeutil.py", line 1335, in get_object weewx[325313] ERROR weewx.reportengine: **** mod = __import__(module) weewx[325313] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/imagegenerator.py", line 19, in <module> weewx[325313] ERROR weewx.reportengine: **** import weeplot.genplot weewx[325313] ERROR weewx.reportengine: **** File "/usr/share/weewx/weeplot/genplot.py", line 17, in <module> weewx[325313] ERROR weewx.reportengine: **** import Image, ImageDraw weewx[325313] ERROR weewx.reportengine: **** ModuleNotFoundError: No module named 'Image' -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/ee34027d-599f-41d8-9df5-0e3a33f66f73n%40googlegroups.com.
