I've got this error running vers.4. I use Mint 19.3 and when I did the installation of python3.cheetah I received error because "python3-cheetah" not found, so I've installed python3-cheetah with pip. Could be this the problem?
ERROR weewx.reportengine: Unable to instantiate generator 'weewx.cheetahgenerator.CheetahGenerator' May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** No module named 'Cheetah' May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** Traceback (most recent call last): May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** File "/home/weewx/bin/weewx/reportengine.py", line 180, in run May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** obj = weeutil.weeutil.get_object(generator)( May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** mod = __import__(module) May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** File "/home/weewx/bin/weewx/cheetahgenerator.py", line 66, in <module> May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** import Cheetah.Filters May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** ModuleNotFoundError: No module named 'Cheetah' May 4 14:53:05 Linux-Dell weewx[16268] ERROR weewx.reportengine: **** Generator ignored -- 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/2e5fac14-52ab-42d6-a1bb-1c450d833c72%40googlegroups.com.
