Re: [weewx-user] Re: Confusion installing Forecast

2021-01-16 Thread John Kline
As a general rule, downloading head on a github repository is not equivalent to 
getting the latest release.  Head may contain changes not yet released (and 
perhaps not yet fully tested).

In this case, you can see here:
https://github.com/chaunceygardiner/weewx-forecast/commits/master
that nothing was submitted after the latest release.  That is, in this case, 
they are the same.

> On Jan 16, 2021, at 8:28 AM, Kevin Davis  wrote:
> 
> 
> I think I'm tracking now.  From this fork: 
> https://github.com/chaunceygardiner/weewx-forecast
> 
> If I download weewx-forecast-master.zip from there, it is the latest release, 
> which in this case IS 3.4.0b11.
> 
> Had I needed a specific release, I can go to the Release link on the right 
> side. 
> 
> Sorry it took me a bit to get spun up. 
> 
> 
> 
> 
> 
> 
>> On Sat, Jan 16, 2021 at 5:29 AM John Kline  wrote:
>> What he was missing is that he was downloading head and not the release.
>> 
 On Jan 15, 2021, at 10:27 PM, gjr80  wrote:
 
>>> 
>>> OK, granted John's repo (the second repo link) refers to a different .zip 
>>> file name compared to Matthews repo (the WeeWX wiki linked repo), but the 
>>> name of the .zip file is not important, what is important is that the name 
>>> of the file that you get when you download the repo is the same as the file 
>>> you use to install with wee_extension. So if your downloaded file is 
>>> weewx-forecast.zip then that is what you use with wee_extension to install.
>>> 
>>> Gary
>>> 
 On Saturday, 16 January 2021 at 16:06:28 UTC+10 blu...@gmail.com wrote:
 The file provided by the Zip download on the fork Gary linked, 
 https://github.com/chaunceygardiner/weewx-forecast, is called 
 weewx-forecast-master.zip not weewx-forecast-3.4.0b11.zip
 
 What am I missing?
 
> On Fri, Jan 15, 2021 at 8:26 PM John Kline  wrote:
> Use the instructions in the second link Gary provided.
> 
> wee_extension --install weewx-forecast-3.4.0b11.zip
> 
> 
>>> On Jan 15, 2021, at 7:46 PM, Kevin Davis  wrote:
>>> 
>> 
>> I'm working off the branch you sent, but the one I initially was working 
>> off does ref the tgz not zip
>> 
>> 1) run the installer:
>> 
>> wee_extension --install weewx-forecast.tgz
>> 
>>> On Fri, Jan 15, 2021 at 7:37 PM gjr80  wrote:
>>> 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 tell you how to get the zip and the 
>>> install instructions 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 blu...@gmail.com 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  wrote:
> Hi,
> 
> You haven’t said what instructions on git you are following but as 
> far as I can tell the download and install instructions for the 
> forecasting extension in the WeeWX wiki 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 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 blu...@gmail.com 
>>> 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 
>>> 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 weewx-user+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com.
>

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-16 Thread Kevin Davis
I think I'm tracking now.  From this fork:
https://github.com/chaunceygardiner/weewx-forecast

If I download weewx-forecast-master.zip from there, it is the latest
release, which in this case IS 3.4.0b11.

Had I needed a specific release, I can go to the Release link on the right
side.

Sorry it took me a bit to get spun up.






On Sat, Jan 16, 2021 at 5:29 AM John Kline  wrote:

> What he was missing is that he was downloading head and not the release.
>
> On Jan 15, 2021, at 10:27 PM, gjr80  wrote:
>
> 
> OK, granted John's repo (the second repo link) refers to a different .zip
> file name compared to Matthews repo (the WeeWX wiki linked repo), but the
> name of the .zip file is not important, what is important is that the name
> of the file that you get when you download the repo is the same as the file
> you use to install with wee_extension. So if your downloaded file is
> weewx-forecast.zip then that is what you use with wee_extension to
> install.
>
> Gary
>
> On Saturday, 16 January 2021 at 16:06:28 UTC+10 blu...@gmail.com wrote:
>
>> The file provided by the Zip download on the fork Gary linked,
>> https://github.com/chaunceygardiner/weewx-forecast, is called
>> weewx-forecast-master.zip not weewx-forecast-3.4.0b11.zip
>>
>> What am I missing?
>>
>> On Fri, Jan 15, 2021 at 8:26 PM John Kline  wrote:
>>
>>> Use the instructions in the second link Gary provided.
>>>
>>>
>>> wee_extension --install weewx-forecast-3.4.0b11.zip
>>>
>>>
>>>
>>> On Jan 15, 2021, at 7:46 PM, Kevin Davis  wrote:
>>>
>>> 
>>> I'm working off the branch you sent, but the one I initially was working
>>> off does ref the tgz not zip
>>>
>>> 1) run the installer:
>>>
>>> wee_extension --install weewx-forecast.tgz
>>>
>>>
>>> On Fri, Jan 15, 2021 at 7:37 PM gjr80  wrote:
>>>
 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
  tell you
 how to get the zip and the install instructions
  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 blu...@gmail.com 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  wrote:
>
>> Hi,
>>
>> You haven’t said what instructions on git you are following but as
>> far as I can tell the download
>>  and
>> install
>> 
>> instructions for the forecasting extension in the WeeWX wiki
>>  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
>>  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 blu...@gmail.com
>> 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 
>>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com
>> 
>> .
>>
> --
 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 weewx-user+...@googl

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-16 Thread John Kline
What he was missing is that he was downloading head and not the release.

> On Jan 15, 2021, at 10:27 PM, gjr80  wrote:
> 
> 
> OK, granted John's repo (the second repo link) refers to a different .zip 
> file name compared to Matthews repo (the WeeWX wiki linked repo), but the 
> name of the .zip file is not important, what is important is that the name of 
> the file that you get when you download the repo is the same as the file you 
> use to install with wee_extension. So if your downloaded file is 
> weewx-forecast.zip then that is what you use with wee_extension to install.
> 
> Gary
> 
>> On Saturday, 16 January 2021 at 16:06:28 UTC+10 blu...@gmail.com wrote:
>> The file provided by the Zip download on the fork Gary linked, 
>> https://github.com/chaunceygardiner/weewx-forecast, is called 
>> weewx-forecast-master.zip not weewx-forecast-3.4.0b11.zip
>> 
>> What am I missing?
>> 
>>> On Fri, Jan 15, 2021 at 8:26 PM John Kline  wrote:
>>> Use the instructions in the second link Gary provided.
>>> 
>>> wee_extension --install weewx-forecast-3.4.0b11.zip
>>> 
>>> 
> On Jan 15, 2021, at 7:46 PM, Kevin Davis  wrote:
> 
 
 I'm working off the branch you sent, but the one I initially was working 
 off does ref the tgz not zip
 
 1) run the installer:
 
 wee_extension --install weewx-forecast.tgz
 
> On Fri, Jan 15, 2021 at 7:37 PM gjr80  wrote:
> 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 tell you how to get the zip and the 
> install instructions 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 blu...@gmail.com 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  wrote:
>>> Hi,
>>> 
>>> You haven’t said what instructions on git you are following but as far 
>>> as I can tell the download and install instructions for the forecasting 
>>> extension in the WeeWX wiki 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 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 blu...@gmail.com 
> 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 
> 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 weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com.
> 
> -- 
> 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 weewx-user+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/8faedb72-5b5c-4282-9190-3482eda163e6n%40googlegroups.com.
 
 -- 
 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 weewx-user+...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/CAHiQ_B3ef6LO6_y8yNDtFXw7joJed68gA8tRQhpPu3pngtY9Kw%40mail.gmail.com.
>>> 
>>> -- 
>>> 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 weewx-user+...@googlegroups.com.
>> 
>>> To view 

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread gjr80
OK, granted John's repo (the second repo link) refers to a different .zip 
file name compared to Matthews repo (the WeeWX wiki linked repo), but the 
name of the .zip file is not important, what is important is that the name 
of the file that you get when you download the repo is the same as the file 
you use to install with wee_extension. So if your downloaded file is 
weewx-forecast.zip then that is what you use with wee_extension to install.

Gary

On Saturday, 16 January 2021 at 16:06:28 UTC+10 blu...@gmail.com wrote:

> The file provided by the Zip download on the fork Gary linked, 
> https://github.com/chaunceygardiner/weewx-forecast, is called 
> weewx-forecast-master.zip not weewx-forecast-3.4.0b11.zip
>
> What am I missing?
>
> On Fri, Jan 15, 2021 at 8:26 PM John Kline  wrote:
>
>> Use the instructions in the second link Gary provided.
>>
>>
>> wee_extension --install weewx-forecast-3.4.0b11.zip
>>
>>
>>
>> On Jan 15, 2021, at 7:46 PM, Kevin Davis  wrote:
>>
>> 
>> I'm working off the branch you sent, but the one I initially was working 
>> off does ref the tgz not zip
>>
>> 1) run the installer:
>>
>> wee_extension --install weewx-forecast.tgz
>>
>>
>> On Fri, Jan 15, 2021 at 7:37 PM gjr80  wrote:
>>
>>> 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 
>>>  tell you how 
>>> to get the zip and the install instructions 
>>>  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 blu...@gmail.com 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  wrote:

> Hi,
>
> You haven’t said what instructions on git you are following but as far 
> as I can tell the download 
>  and install 
>  
> instructions for the forecasting extension in the WeeWX wiki 
>  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 
>  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 blu...@gmail.com 
> 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 
>> 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 weewx-user+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com
>  
> 
> .
>
 -- 
>>> 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 weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/8faedb72-5b5c-4282-9190-3482eda163e6n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>> -- 
>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.g

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread Kevin Davis
The file provided by the Zip download on the fork Gary linked,
https://github.com/chaunceygardiner/weewx-forecast, is called
weewx-forecast-master.zip not weewx-forecast-3.4.0b11.zip

What am I missing?

On Fri, Jan 15, 2021 at 8:26 PM John Kline  wrote:

> Use the instructions in the second link Gary provided.
>
>
> wee_extension --install weewx-forecast-3.4.0b11.zip
>
>
>
> On Jan 15, 2021, at 7:46 PM, Kevin Davis  wrote:
>
> 
> I'm working off the branch you sent, but the one I initially was working
> off does ref the tgz not zip
>
> 1) run the installer:
>
> wee_extension --install weewx-forecast.tgz
>
>
> On Fri, Jan 15, 2021 at 7:37 PM gjr80  wrote:
>
>> 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
>>  tell you how
>> to get the zip and the install instructions
>>  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 blu...@gmail.com 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  wrote:
>>>
 Hi,

 You haven’t said what instructions on git you are following but as far
 as I can tell the download
  and install
 
 instructions for the forecasting extension in the WeeWX wiki
  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
  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 blu...@gmail.com 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 
> 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 weewx-user+...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com
 
 .

>>> --
>> 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 weewx-user+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/8faedb72-5b5c-4282-9190-3482eda163e6n%40googlegroups.com
>> 
>> .
>>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/CAHiQ_B3ef6LO6_y8yNDtFXw7joJed68gA8tRQhpPu3pngtY9Kw%40mail.gmail.com
> 
> .
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/A8E88CED-63CA-4957-BB3F-18A767FAF103%40johnkline.com
> 

Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread John Kline
Use the instructions in the second link Gary provided.

wee_extension --install weewx-forecast-3.4.0b11.zip


> On Jan 15, 2021, at 7:46 PM, Kevin Davis  wrote:
> 
> 
> I'm working off the branch you sent, but the one I initially was working off 
> does ref the tgz not zip
> 
> 1) run the installer:
> 
> wee_extension --install weewx-forecast.tgz
> 
>> On Fri, Jan 15, 2021 at 7:37 PM gjr80  wrote:
>> 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 tell you how to get the zip and the install 
>> instructions 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 blu...@gmail.com 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  wrote:
 Hi,
 
 You haven’t said what instructions on git you are following but as far as 
 I can tell the download and install instructions for the forecasting 
 extension in the WeeWX wiki 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 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 blu...@gmail.com 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 
>> 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 weewx-user+...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com.
>> 
>> -- 
>> 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 weewx-user+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/8faedb72-5b5c-4282-9190-3482eda163e6n%40googlegroups.com.
> 
> -- 
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/CAHiQ_B3ef6LO6_y8yNDtFXw7joJed68gA8tRQhpPu3pngtY9Kw%40mail.gmail.com.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/A8E88CED-63CA-4957-BB3F-18A767FAF103%40johnkline.com.


Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread Kevin Davis
I'm working off the branch you sent, but the one I initially was working
off does ref the tgz not zip

1) run the installer:

wee_extension --install weewx-forecast.tgz


On Fri, Jan 15, 2021 at 7:37 PM gjr80  wrote:

> 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 
> tell you how to get the zip and the install instructions
>  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 blu...@gmail.com 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  wrote:
>>
>>> Hi,
>>>
>>> You haven’t said what instructions on git you are following but as far
>>> as I can tell the download
>>>  and install
>>> 
>>> instructions for the forecasting extension in the WeeWX wiki
>>>  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
>>>  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 blu...@gmail.com 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 
 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 weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/8faedb72-5b5c-4282-9190-3482eda163e6n%40googlegroups.com
> 
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAHiQ_B3ef6LO6_y8yNDtFXw7joJed68gA8tRQhpPu3pngtY9Kw%40mail.gmail.com.


Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread gjr80
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  
tell you how to get the zip and the install instructions 
 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 blu...@gmail.com 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  wrote:
>
>> Hi,
>>
>> You haven’t said what instructions on git you are following but as far as 
>> I can tell the download 
>>  and install 
>>  
>> instructions for the forecasting extension in the WeeWX wiki 
>>  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 
>>  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 blu...@gmail.com 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 
>>> 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 weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/8faedb72-5b5c-4282-9190-3482eda163e6n%40googlegroups.com.


Re: [weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread Kevin Davis
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  wrote:

> Hi,
>
> You haven’t said what instructions on git you are following but as far as
> I can tell the download
>  and install
> 
> instructions for the forecasting extension in the WeeWX wiki
>  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
>  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 blu...@gmail.com 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 
>> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com
> 
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAHiQ_B0koYX323uV1eHMC40Ffc80Ga_u0_4xUVs6jJQ3cz9UYQ%40mail.gmail.com.


[weewx-user] Re: Confusion installing Forecast

2021-01-15 Thread gjr80
Hi,

You haven’t said what instructions on git you are following but as far as I 
can tell the download 
 and install 
 instructions 
for the forecasting extension in the WeeWX wiki 
 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 
 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 blu...@gmail.com 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 
> 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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9d19ba30-9561-4f40-a735-55f04466553an%40googlegroups.com.