Gotta watch those frozen runpies. They can get touchy.
Sorry, couldn't resist.
Michael WA7SKG
Patrick EGLOFF wrote on 11/29/24 11:56 AM:
> Hi all,
>
> I have a perfectly working remote installation that runs under Jessie on
> a Rpi.
>
> In order to be a bit more up to date, I've installed a boorwork headless
> on another Rpi that will replace the existing setup.
>
> Everything seems to work so far except when I test the email
> notification. I get the following error :
>
> //radiosonde_auto_rx/auto_rx# python3 -m autorx.email_notification/
> /
> Traceback (most recent call last):
> File "<frozen runpy>", line 198, in _run_module_as_main
> File "<frozen runpy>", line 88, in _run_code
> File "/root/radiosonde_auto_rx/auto_rx/autorx/email_notification.py",
> line 16, in <module>
> from .config import read_auto_rx_config
> File "/root/radiosonde_auto_rx/auto_rx/autorx/config.py", line 15, in
> <module>
> from .sdr_wrappers import test_sdr
> File "/root/radiosonde_auto_rx/auto_rx/autorx/sdr_wrappers.py", line
> 13, in <m odule>
> import numpy as np
> ModuleNotFoundError: No module named 'numpy'/
> /
> /