On Saturday, July 11, 2020 at 12:49:15 PM UTC-7, Michael Grossie wrote:
>
> Raspbian Stretch
> Python v2.7, v3.5, v3.8.3
> Default (for root) v3.8.3
> Raspberry Pi  2 Model B
> WeeWX v4.1.1
>
>
>
Weewx doesn't currently care which python you use, as long as you have that 
python's prerequisites installed.  You can install with python2/pip or 
python3/pip3 either way as long as you're consistent.

Tom usually gives different instructions, but I've found here that 
explicitly calling the python I want and the pip I want makes things more 
known good.  So for me here I'd do "pip3 install whatever" and "python3 
setup.py build ; python3 setup.py install" rather than expecting weewx to 
figure out which python I want to use.

That said, the error message looks to me like you specified your desired 
Station type, but have no block in weewx.conf defining that kind of station 
and how it works.   Check that first before messing around with any python 
stuff.  Change one thing at a time so you don't lose track of what you 
changed.

You didn't mention what kind of station you have, so I can't help much more 
there.  Usual 'how to report a problem' stuff applies.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f127e438-65fd-41d6-a635-cc7e4565e5f7o%40googlegroups.com.

Reply via email to