Re: [weewx-user] Re: weewx 4.3.0 uses Python 2.7 instead of Python 3

2021-01-20 Thread 'Rene' via weewx-user
Thank you very much, the pointer to /etc/default/weewx was the solution. I changed the entry from python2 to python3. This then revealed after a restart of weewx an error within the forecast extension which led me to update the extension which removed the error and finally reports are

Re: [weewx-user] Re: weewx 4.3.0 uses Python 2.7 instead of Python 3

2021-01-20 Thread Tom Keffer
The file /etc/default/weewx controls which version of Python to use. Look in there. However, it will not work unless the Python 3 prerequisites have been installed. If they have not, then you are better off following the instructions in the WeeWX Debian guide

[weewx-user] Re: weewx 4.3.0 uses Python 2.7 instead of Python 3

2021-01-20 Thread 'Rene' via weewx-user
Just to add that Python 3 works: root@brix:~# python3 --version Python 3.6.9 Rene schrieb am Mittwoch, 20. Januar 2021 um 12:56:27 UTC+1: > Hi all, > I'm running weewx 4.3.0 and it still uses Python 2.7 although I have > installed Python 3 and /usr/bin/weewxd contains: > > #!/bin/sh >