Hi @Tom Keffer, with no luck I mean, I get the error: The following packages have unmet dependencies: weewx : Depends: python3-cheetah but it is not going to be installed E: Unable to correct problems, you have held broken packages.
@mwall I'm running ubuntu 18.04 so I should use Debian 10. I did the he weewx-python3.list and then "sudo apt-get update; sudo apt-get install weewx" Result: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: weewx : Depends: python3-cheetah but it is not going to be installed E: Unable to correct problems, you have held broken packages. I have also tried: apt-get install python3-cheetah Result: Package python3-cheetah is not available but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'python3-cheetah' has no installation candidate Gert On Friday, May 1, 2020 at 3:08:20 PM UTC+2, mwall wrote: > > > > On Friday, May 1, 2020 at 8:54:39 AM UTC-4, Tom Keffer wrote: >> >> EVERYONE: >> >> The default python for debian 9 and 10 is *Python 3*, not Python 2. This >> includes all debian stretch- and buster-based distributions, such as >> Raspbian, and Ubuntu. >> > > slight correction: > > the python3-weewx package is supported on debian10 (use the > weewx-python3.list file) > > the python-weewx package is supported on every debian back to 7, including > debian10 (use the weewx-python2.list file) > > if you were using any debian system and had installed weewx using apt, > then all you have to do is 'sudo apt-get update; sudo apt-get install > weewx'. that will bring you to weewx4, still using python2. > > if you are using debian10, then you can grab the weewx-python3.list file > then do the 'sudo apt-get update; sudo apt-get install weewx' and you will > get weewx4 and python3. > > debian9 won't work out-of-the-box with the python3-weewx package because > debian9 does not have a cheetah package for python3. you would have to > install cheetah for python3 yourself, then force apt to ignore the > dependency. > > the dependency matrix lists all of the details: > > https://github.com/weewx/weewx/wiki/weewx4-compatibility-matrix > > m > -- 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/d0ca8d76-c54a-4c18-b9b1-8dd417d14fb9%40googlegroups.com.
