First off - i have a Raspberry Pi Model 3B+ with USB Davis Vantage Vue and Weewx is installed through python.
Initially Weewx worked and there were no erros. However since then i might have deleted something or done something wrong to cause the errors.
pi@raspberrypi:~ $ service weewx status
* weewx.service - LSB: weewx weather system
Loaded: loaded (/etc/init.d/weewx; generated)
Active: active (exited) since Tue 2020-07-28 12:02:32 NZST; 7min ago
Docs: man:systemd-sysv-generator(8)
Process: 1921 ExecStart=/etc/init.d/weewx start (code=exited, status=0/SUCCESS)
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** engine = weewx.engine.StdEngine(config_dict)
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 69, in __init__
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** self.setupStation(config_dict)
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 92, in setupStation
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** __import__(driver)
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** File "/home/weewx/bin/weewx/drivers/vantage.py", line 86
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** print "Unable to wake up console... sleeping"
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** ^
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Unable to wake up console... sleeping")?
Jul 28 12:02:32 raspberrypi weewxd[1936]: weewx[1936] CRITICAL __main__: **** Exiting.
Also attached is the system log file for reference...
Anyone that can point me into the right direction to get weeewx to run without erros?