I am currently unable to install weewx on my Pi4 running Raspbian Buster. I removed and purged the prior install since I wanted to start fresh, having had various issues along the way.
Here is the current status:
● weewx.service - weewx weather system
Loaded: loaded (/etc/systemd/system/weewx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2022-08-16 10:09:01 PDT; 1min 2s ago
Main PID: 5772 (code=exited, status=203/EXEC)
Aug 16 10:09:01 Ringo systemd[1]: Started weewx weather system.
Aug 16 10:09:01 Ringo systemd[5772]: weewx.service: Failed to execute command: No such file or directory
Aug 16 10:09:01 Ringo systemd[5772]: weewx.service: Failed at step EXEC spawning /home/weewx/bin/weewxd: No such file or directory
Aug 16 10:09:01 Ringo systemd[1]: weewx.service: Main process exited, code=exited, status=203/EXEC
Aug 16 10:09:01 Ringo systemd[1]: weewx.service: Failed with result 'exit-code'.
I can see from the logs that weewx thinks the binary weewxd is located in /home/weewx/bin/. this isn't right is it?