Hi Robert, Thanks for the reply. I have tried this but unfortunately it doesn't solve the problem. While it provides a '/usr/bin/python' file, it doesn't solve the problem of providing a package which has the required dependency.
Regards David On Friday, May 29, 2020 at 2:22:06 AM UTC+9:30, Robert Beer wrote: > > David, > > Take a look at: > > alternatives --list > > You can then set the Python version (3 in this example ): > > alternatives --set python /usr/bin/python3 > > This should get you going. > > -- 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/44b386cc-ca87-487d-aeca-8ce12da38bd5%40googlegroups.com.
