I've had trouble installing Weewx on Debian 10 with a Weatherflow Tempest. I decided to check python version - 2.7.16. So I sudo apt-get remove weewx and start to reinstall. After executing the config apt, I check and still have python 2.7.16.
I can update to python 3.7, but don' know if there's an impact on Weewx. mrmccla@Buster:/etc/weewx$ wget -qO - http://weewx.com/keys.html | sudo apt-key add - OK mrmccla@Buster:/etc/weewx$ wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list deb [arch=all] http://weewx.com/apt/python3 buster main mrmccla@Buster:/etc/weewx$ sudo apt-get update Hit:1 http://security.debian.org buster/updates InRelease Hit:2 http://weewx.com/apt/python3 buster InRelease Hit:3 http://mirror.steadfast.net/debian buster InRelease Hit:4 http://mirror.steadfast.net/debian buster-updates InRelease Reading package lists... Done mrmccla@Buster:/etc/weewx$ python -V Python 2.7.16 -- 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/7e8e7109-350d-4652-890b-381e68c1dc44o%40googlegroups.com.
