Yes, that is the repo I linked to in my previous post that is mentioned in the WeeWX wiki. But as I said I see no mention there of .tgz only .zip. The download instructions <https://github.com/weewx/weewx/wiki/forecasting#download> tell you how to get the zip and the install instructions <https://github.com/weewx/weewx/wiki/forecasting#installation> tell you how to install from it. But you probably won’t have much success with that repo when it comes to running the forecast extension, better to use the second repo I linked. The same download/install instructions should work for the second repo.
Gary On Saturday, 16 January 2021 at 13:22:47 UTC+10 [email protected] wrote: > Oh ok! > > I ended up on this git repo. > > https://github.com/matthewwall/weewx-forecast > > On Fri, Jan 15, 2021 at 7:04 PM gjr80 <[email protected]> wrote: > >> 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 >> >> <https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%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/8faedb72-5b5c-4282-9190-3482eda163e6n%40googlegroups.com.
