No, I know which version I'm getting, weewx-belchertown-development and my python is 2.7 Thus, my question.
On Friday, February 7, 2020 at 9:46:56 PM UTC-5, vince wrote: > > On Friday, February 7, 2020 at 6:08:03 PM UTC-8, G Hammer wrote: >> >> I believe the error is related to a python3 vs python 2 issue. Look at >> the path it is trying to write to: the u' is odd. >> Feb 7 16:50:26 srvr weewx[23592] ERROR weewx.reportengine: **** >> Warning: Error writing forecast info to >> /home/weewx/public_html/weather/belchertown/json/darksky_forecast.json. >> Reason: [Errno 2] No such file or directory: >> u'/home/weewx/public_html/weather/belchertown/json/darksky_forecast.json' >> >> >> > The 'u' tells me that you are maybe running python3 against a python2 > branch (master) of belchertown. > > If you did a 'git pull' remember to 'git checkout development' before > running wee_extension to install it. > > -- 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/a77946ff-6768-4eb4-bd8a-7a51feb092d7%40googlegroups.com.
