I attempted to install on a clean copy of Ubuntu 18.04 via the instructions in the readme but I am failing on step 4. Weewx installed itself in /etc/weewx instead of /home/weewx which could be the problem.
I tried running the sudo PYTHONPATH=bin python bin/user/sdr.py --cmd="rtl_433 -M utc -F json -G" command but sdr.py wasn't found. Using find, i found it in /usr/share/weewx/user/sdr.py and modified the command but now can't import weewx.drivers.
atomicpi1@atomicpi1:/etc/weewx$ sudo PYTHONPATH=bin python /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M utc -F json -G" Traceback (most recent call last): File "/usr/share/weewx/user/sdr.py", line 87, in <module> import weewx.drivers
I tried running through steps 1-4 in my home directory, /etc/weewx, and /usr/share/weewx but no luck.
Hello,
I attempted to install on a clean copy of Ubuntu 18.04 via the instructions in the readme but I am failing on step 4. Weewx installed itself in /etc/weewx instead of /home/weewx which could be the problem.
I tried running the
sudo PYTHONPATH=bin python bin/user/sdr.py --cmd="rtl_433 -M utc -F json -G"
command but sdr.py wasn't found. Using find, i found it in /usr/share/weewx/user/sdr.py and modified the command but now can't import weewx.drivers.atomicpi1@atomicpi1:/etc/weewx$ sudo PYTHONPATH=bin python /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M utc -F json -G" Traceback (most recent call last): File "/usr/share/weewx/user/sdr.py", line 87, in <module> import weewx.drivers
I tried running through steps 1-4 in my home directory, /etc/weewx, and /usr/share/weewx but no luck.
Any ideas what to try next?