Using the normal apt upgrade command I have had a bit of a party upgrading to Version 4.1.1-1 with missing Python 3 Modules in particular python3-serial,
python3-configobj,
python3-mysqldb,
python3-pil this last one causing the graphs not to be created, I am left with this error:
weewx[11789] ERROR weewx.reportengine: Unable to instantiate generator 'weewx.cheetahgenerator.CheetahGenerator'
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** No module named 'Cheetah'
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** Traceback (most recent call last):
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 180, in run
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** obj = weeutil.weeutil.get_object(generator)(
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** File "/usr/share/weewx/weeutil/weeutil.py", line 1093, in get_object
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** mod = __import__(module)
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 66, in <module>
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** import Cheetah.Filters
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** ImportError: No module named 'Cheetah'
Aug 25 11:11:06 picluster python3[11789]: weewx[11789] ERROR weewx.reportengine: **** Generator ignored
Should I be concerned? I have searched with apt search cheetah and found that I have python-cheetah/oldstable,now 2.4.4-4 armhf [installed]
No python3-cheetah though.
Regards
Francis