I didn't see anything in the documentation I read about how to get "the python3 version of the library the driver needs". I know 3 is installed because I installed the pyephem & got it working using pip3. Can someone point me to a procedure to correct this? Thanks.
On Thu, Apr 1, 2021, 10:44 vince <[email protected]> wrote: > On Thursday, April 1, 2021 at 7:40:48 AM UTC-7 [email protected] wrote: > >> Apr 1 09:06:07 PI4BUSB weewx[8998]: Starting weewx weather system: weewx. >> Apr 1 09:06:07 PI4BUSB weewx[9013] CRITICAL __main__: Caught >> unrecoverable exception: >> Apr 1 09:06:07 PI4BUSB weewx[9013] CRITICAL __main__: **** No >> one-wire library found >> Apr 1 09:06:07 PI4BUSB weewx[9013] CRITICAL __main__: **** >> Traceback (most recent call last): >> Apr 1 09:06:07 PI4BUSB weewx[9013] CRITICAL __main__: **** File >> "/usr/share/weewx/user/owfs.py", line 264, in <module> >> Apr 1 09:06:07 PI4BUSB weewx[9013] CRITICAL __main__: **** ow = >> OWFSBinding() >> Apr 1 09:06:07 PI4BUSB weewx[9013] CRITICAL __main__: **** File >> "/usr/share/weewx/user/owfs.py", line 202, in __init__ >> Apr 1 09:06:07 PI4BUSB weewx[9013] CRITICAL __main__: **** >> import ow as owbinding >> Apr 1 09:06:07 PI4BUSB weewx[9013] CRITICAL __main__: **** >> ModuleNotFoundError: No module named 'ow' >> >> > Best guess is you installed weewx 4 which defaults to python3, and you > have not installed the python3 version of the library the driver needs. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "weewx-user" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/5ybl8_8K4QA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/20ed4b86-87c2-4af6-9383-ec05265444a2n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/20ed4b86-87c2-4af6-9383-ec05265444a2n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAB7-S75SYXwN0QQJY8SMzagFagjO18otjaFQa6oQDFrQKQvr%3DA%40mail.gmail.com.
