I stopped weewx, and got :
pi@raspberrypi:~ $ sudo /etc/init.d/weewx stop
[ ok ] Stopping weewx (via systemctl): weewx.service.
pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
Aug 10 21:41:02 raspberrypi weewx[577] DEBUG __main__: **** File "/usr/share/weewx/weewx/engine.py", line 208, in run
Aug 10 21:41:02 raspberrypi weewx[577] DEBUG __main__: **** for packet in self.console.genLoopPackets():
Aug 10 21:41:02 raspberrypi weewx[577] DEBUG __main__: **** File "/usr/share/weewx/weewx/drivers/simulator.py", line 162, in genLoopPackets
Aug 10 21:41:02 raspberrypi weewx[577] DEBUG __main__: **** time.sleep(sleep_time)
Aug 10 21:41:02 raspberrypi weewx[577] DEBUG __main__: **** File "/usr/share/weewx/weewxd", line 260, in sigTERMhandler
Aug 10 21:41:02 raspberrypi weewx[577] DEBUG __main__: **** raise Terminate
Aug 10 21:41:02 raspberrypi weewx[577] DEBUG __main__: **** Terminate
Aug 10 21:41:02 raspberrypi weewx[1007]: Stopping weewx weather system: weewx.
Aug 10 21:41:02 raspberrypi systemd[1]: weewx.service: Succeeded.
Aug 10 21:41:02 raspberrypi systemd[1]: Stopped LSB: weewx weather system.
Aug 10 21:48:29 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories...
Aug 10 21:48:30 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Aug 10 21:48:30 raspberrypi systemd[1]: Started Cleanup of Temporary Directories.
Aug 10 21:51:52 raspberrypi kernel: [ 1111.695390] v3d fec00000.v3d: MMU error from client L2T (0) at 0x3681000, pte invalid
Aug 10 21:55:00 raspberrypi dbus-daemon[623]: [session uid=1000 pid=623] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.7' (uid=1000 pid=684 comm="pcmanfm --desktop --profile LXDE-pi ")
Aug 10 21:55:00 raspberrypi systemd[584]: Starting Virtual filesystem metadata service...
Aug 10 21:55:00 raspberrypi dbus-daemon[623]: [session uid=1000 pid=623] Successfully activated service 'org.gtk.vfs.Metadata'
Aug 10 21:55:00 raspberrypi systemd[584]: Started Virtual filesystem metadata service.
and then ran:
pi@raspberrypi:~ $ sudo pip3 install ephem --user
Requirement already satisfied: ephem in /usr/lib/python3/dist-packages (3.7.6.0)
The odd thing was, that the /var/log/syslog being watched with the sudo tail -f /var/log/syslog command did not show any of this activity with the command line. That is why I was wondering if there were another log file that would show what was happening?
Nonetheless, the comment back from the terminal implies that the ephem is in /usr/lib/python3/dist-packages (3.7.6.0)
I did the weewx install initially by not using the setup.py, so it went into the /etc/weewx and not the home directory
and when I typed in the python3 -m pip pyephem I got:
pi@raspberrypi:~ $ python3 -m pip pyephem
ERROR: unknown command "pyephem"
These are from the terminal window. There is only this in my logfile now, after I close the first terminal, started it again and did the tail command:
$ sudo tail -f /var/log/syslog
Aug 10 21:41:02 raspberrypi systemd[1]: weewx.service: Succeeded.
Aug 10 21:41:02 raspberrypi systemd[1]: Stopped LSB: weewx weather system.
Aug 10 21:48:29 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories...
Aug 10 21:48:30 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Aug 10 21:48:30 raspberrypi systemd[1]: Started Cleanup of Temporary Directories.
Aug 10 21:51:52 raspberrypi kernel: [ 1111.695390] v3d fec00000.v3d: MMU error from client L2T (0) at 0x3681000, pte invalid
Aug 10 21:55:00 raspberrypi dbus-daemon[623]: [session uid=1000 pid=623] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.7' (uid=1000 pid=684 comm="pcmanfm --desktop --profile LXDE-pi ")
Aug 10 21:55:00 raspberrypi systemd[584]: Starting Virtual filesystem metadata service...
Aug 10 21:55:00 raspberrypi dbus-daemon[623]: [session uid=1000 pid=623] Successfully activated service 'org.gtk.vfs.Metadata'
Aug 10 21:55:00 raspberrypi systemd[584]: Started Virtual filesystem metadata service.
That's why I am wondering if all this is being logged in a different file and I'm just missing sending you important info to help?
Thanks again.
I certainly can reinstall the Debian system on the SSD once again and start from scratch if you think that might help?
And I'm not sure why your python3 -m..... command gave an error, I did a dir command to make sure I wasn't in the /etc/weewx directory and got pi@raspberrypi:~ $ dir
Bookshelf Documents Music Public Videos
Desktop Downloads Pictures Templates
Dale