all set, thanks. works. On Thursday, March 11, 2021 at 7:55:04 PM UTC-5 troutwitted wrote:
> yessir, I did miss it. thank you so much. > > as you can tell, I have no idea what I'm doing. but when I ran the > command, I still got file not found. for what it's worth, I started to look > through the files and noticed that the /weatherlink_link/ folder in the > following path doesn't appear to exist. maybe this is totally normal, but I > found the __init__.py file in the /user/ folder and there appears to be no > /weatherlink_link/. > > No such file or directory: > '/usr/share/weewx/user/weatherlink_live/__init__.py' > > and just for reference, this was the full result of the attempted install > > */code/weewx-weatherlink-live $* wee_extension --install . > > Request to install '.' > > Traceback (most recent call last): > > File "/usr/share/weewx/wee_extension", line 88, in <module> > > main() > > File "/usr/share/weewx/wee_extension", line 80, in main > > ext.install_extension(options.install) > > File "/usr/share/weewx/weecfg/extension.py", line 132, in > install_extension > > self.install_from_dir(extension_path) > > File "/usr/share/weewx/weecfg/extension.py", line 183, in > install_from_dir > > shutil.copy(source_path, destination_path) > > File "/usr/lib/python3.7/shutil.py", line 245, in copy > > copyfile(src, dst, follow_symlinks=follow_symlinks) > > File "/usr/lib/python3.7/shutil.py", line 121, in copyfile > > with open(dst, 'wb') as fdst: > > FileNotFoundError: [Errno 2] No such file or directory: > '/usr/share/weewx/user/weatherlink_live/__init__.py' > > On Thursday, March 11, 2021 at 6:57:01 PM UTC-5 [email protected] wrote: > >> Did you miss the period at the end of the line? It is required. >> >> On Mar 11, 2021, at 3:40 PM, troutwitted <[email protected]> wrote: >> >> actually, I spoke too soon because when I tried to list extensions, >> nothing appeared and I just realized I got this error: >> >> wee_extension: error: --install option requires 1 argument >> >> On Thursday, March 11, 2021 at 6:37:46 PM UTC-5 troutwitted wrote: >> >>> or cd to /home/foo/bar/weewx-weatherlink-live and then type: >>> wee_extension --install . >>> >>> that one worked. bless you both. appreciate it. >>> >>> On Thursday, March 11, 2021 at 6:04:14 PM UTC-5 Artvd wrote: >>> >>>> >>>> Perhaps you need to copy the path and paste that where after install. >>>> You may also have to find the path to the wee_extension and use that. And >>>> use sudo. >>>> It would be something like this : sudo /usr/bin/wee_extension --install >>>> /home/pi/Downloads/weewx-weatherlinklive.zip >>>> Op donderdag 11 maart 2021 om 23:46:33 UTC+1 schreef troutwitted: >>>> >>>>> >>>>> thanks, Vince. the problem I'm having is that when I issue what I >>>>> think is the right command and path to install the extension, I'm still >>>>> getting a file not found error and I'm stumped about how to fix it. >>>>> basically, I'm looking for the right command to install >>>>> /code/weewx-weatherlink-live >>>>> On Thursday, March 11, 2021 at 2:43:50 PM UTC-5 vince wrote: >>>>> >>>>>> On Thursday, March 11, 2021 at 11:00:23 AM UTC-8 troutwitted wrote: >>>>>> >>>>>>> I guess I'm curious what kind of file weewx-weatherlink-live is? I'd >>>>>>> have more confidence if I saw an extension from that name. >>>>>>> >>>>>>> >>>>>> Uncertain what you're asking or why. >>>>>> >>>>>> There is an extension named that at >>>>>> https://github.com/michael-slx/weewx-weatherlink-live if you want to >>>>>> see its document and contents. You can surf the repo in a web browser >>>>>> to >>>>>> poke around if that helps any. >>>>>> >>>>>> Procedure is like every other driver. You download the software >>>>>> someplace, then use wee_extension to install it, then restart weewx. >>>>>> In >>>>>> this case a quick read seems to say you need to do some editing to your >>>>>> weewx.conf file to configure the driver before doing your weewx restart. >>>>>> Pretty typical. >>>>>> >>>>>> -- >> 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/008c2668-e2a3-402e-add1-71149ef217ecn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/008c2668-e2a3-402e-add1-71149ef217ecn%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/9a7cd361-58ac-45dd-8987-365d3b99a0d7n%40googlegroups.com.
