Weewx was up for 200 plus days. The graphs started getting a little flaky. When I got back from a trip I updated my RaspberryPi OS to the latest version of everything. Now I errors starting Weewx.
It seems to have a problem with the weatherlink-live driver. I tried to update my system to weewx-weatherlink-live 1.1.7 and didn't have any luck with that.
I'm out of ideas. Let me know what additional information I can supply.
vp2pi@rpivpv5:~ $ weewxd --version
5.2.0
vp2pi@rpivpv5:~ $ sudo systemctl status weewx
× weewx.service - WeeWX
Loaded: loaded (/lib/systemd/system/weewx.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Mon 2026-01-19 06:32:05 CST; 27min ago
Duration: 992ms
Docs:
https://weewx.com/docs Process: 3744 ExecStart=weewxd /etc/weewx/weewx.conf (code=exited, status=1/FAILURE)
Main PID: 3744 (code=exited, status=1/FAILURE)
CPU: 693ms
Jan 19 06:32:05 rpivpv5 weewxd[3744]: self.setupStation(config_dict)
Jan 19 06:32:05 rpivpv5 weewxd[3744]: File "/usr/share/weewx/weewx/engine.py", line 104, in setupStation
Jan 19 06:32:05 rpivpv5 weewxd[3744]: __import__(driver)
Jan 19 06:32:05 rpivpv5 weewxd[3744]: File "/etc/weewx/bin/user/weatherlink_live/__init__.py", line 25, in <module>
Jan 19 06:32:05 rpivpv5 weewxd[3744]: import user.weatherlink_live.db_schema
Jan 19 06:32:05 rpivpv5 weewxd[3744]: File "/etc/weewx/bin/user/weatherlink_live/db_schema.py", line 22, in <module>
Jan 19 06:32:05 rpivpv5 weewxd[3744]: from schemas import wview_extended
Jan 19 06:32:05 rpivpv5 weewxd[3744]: ModuleNotFoundError: No module named 'schemas'
Jan 19 06:32:05 rpivpv5 systemd[1]: weewx.service: Main process exited, code=exited, status=1/FAILURE
Jan 19 06:32:05 rpivpv5 systemd[1]: weewx.service: Failed with result 'exit-code'.
vp2pi@rpivpv5:~ $ weectl device
Using configuration file /etc/weewx/weewx.conf
Using driver user.weatherlink_live.
Unable to import driver user.weatherlink_live: No module named 'schemas'.