$ sudo apt-get install python3-cheetah
Reading package lists... Done
Building dependency tree
Reading state information... Done
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
I did the alternate installation ('pip3 install cheetah3'). That succeeds, but I still can't install a python3 version of weewx, with the same error message. What am I missing?
(ubuntu 18.04LTS, python v2.7.17, python3 v 3.6.9)
On Aug 27, 2020, at 9:45 AM, 'loonsailor' via weewx-user <weewx...@googlegroups.com> wrote:
I'm trying to update my weewx installation. When I use the python2 version, 'apt-get install weewx' gets me 'weewx is already the newest version (3.8.0-1).'. I know that we're up to 4.x. So I try the python3 version. That gets me the following:
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/04098d72-909f-4f7b-a4f3-8a92efe6c6f4n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/3a21d584-0831-4853-a1fe-ccbd3e9d6278n%40googlegroups.com.
$pip3 install cheetah3
...
Successfully installed cheetah3-3.2.5
and it still won't allow me to install the python3 version of weewx
$ sudo apt-get install weewx
...
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 packages have unmet dependencies:
weewx : Depends: python3-cheetah but it is not installable
E: Unable to correct problems, you have held broken packages.
So, I'm not sure what's happening. Well, I think I'll use this an excuse to update to ubuntu 20.04LTS. Maybe the problem will fix itself with the OS upgrade.
$ sudo apt-get install weewx
...
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 packages have unmet dependencies:
weewx : Depends: python3-cheetah but it is not installable
E: Unable to correct problems, you have held broken packages.
So, I'm not sure what's happening.