Hi, You haven’t said what instructions on git you are following but as far as I can tell the download <https://github.com/weewx/weewx/wiki/forecasting#download> and install <https://github.com/weewx/weewx/wiki/forecasting#installation> instructions for the forecasting extension in the WeeWX wiki <https://github.com/weewx/weewx/wiki/forecasting> only refer to .zip. That being said there are some some issues (runtime not install) with the forecasting extension in the wiki; however, I believe this fork <https://github.com/chaunceygardiner/weewx-forecast> is working.
In terms of running install.py, it was never going to work, install.py is meant to be called by wee_extension not executed directly by the user. Gary On Saturday, 16 January 2021 at 12:49:53 UTC+10 [email protected] wrote: > I know I'm being dense, but the instructions on git for installing > forecast say to point at wee_extension @ weewx-forecast.tgz > > Where do I get this file? Only download option I see is for .zip. > > And, if I do a git clone and run install.py manually, I get an error. > > Traceback (most recent call last): > File "install.py", line 5, in <module> > from weecfg.extension import ExtensionInstaller > ModuleNotFoundError: No module named 'weecfg' > > -- 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/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com.
