Guessing you were in a different directory when you ran the wget command, which is a common error people make.
Find where it downloaded to and fully specify the pathname to the .tar.gz file you downloaded ala: wee_extension --install /some/path/here/weewx-belchertown-release.1.3.1.tar.gz On Wednesday, July 19, 2023 at 5:41:57 AM UTC-7 Eric Gammeter wrote: > I want to try the Belchertown skin. I am running the Github install > instructions for the Skin. I download the tar file: > $ wget > https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.3.1/weewx-belchertown-release.1.3.1.tar.gz > > Response: > 2023-07-19 07:42:56 (1.48 MB/s) - ‘weewx-belchertown-release.1.3.1.tar.gz’ > saved [1770173/1770173] > > > But when I issue: > $ sudo wee_extension --install weewx-belchertown-release-1.3.1.tar.gz > I get: > > Request to install 'weewx-belchertown-release-1.3.1.tar.gz' > Traceback (most recent call last): > File "/usr/share/weewx/wee_extension", line 92, in <module> > main() > File "/usr/share/weewx/wee_extension", line 84, in main > ext.install_extension(options.install) > File "/usr/share/weewx/weecfg/extension.py", line 139, in > install_extension > raise InstallError("Extension '%s' not found." % extension_path) > weecfg.extension.InstallError: Extension > 'weewx-belchertown-release-1.3.1.tar.gz' not found. > > My goal: To have fun and learn a little about python, weewx and the > weather. > > > > > > > > > WEEWX 4.10.2 > Install method: Debian package > Platform: RaspberryPi 3 > > -- 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/0530325a-b683-497a-b235-b81934bdbbe2n%40googlegroups.com.
