Hi I did wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list
then : sudo apt-get update sudo apt-get install weewx Then I got the error below. I am running a fresh install of Ubuntu 20.04 W: GPG error: http://weewx.com/apt/python3 buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FCCF0E2B09E E: The repository 'http://weewx.com/apt/python3 buster InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. x~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ED444FCCF0E2B09E Executing: /tmp/apt-key-gpghome.gHg4hBX3CF/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys ED444FCCF0E2B09E gpg: keyserver receive failed: No data On Friday, 1 May 2020 04:41:02 UTC+10, mwall wrote: > > > > On Thursday, April 30, 2020 at 2:23:26 PM UTC-4, Redig wrote: >> >> Fantastic! thank you. >> >> Maybe I'm doing something incorrectly, but it seems the apt-get package >> references the python 2 names for dependencies - >> >> Version: 4.0.0-1 >> Depends: python (>= 2.7), python (<< 3.0), python-configobj (>= 4.5), >> python-cheetah (>= 2.0), python-imaging (>= 1.1.6) | python-pil (>= 5.1.0) >> | python-pillow (>= 5.1.0), python-serial (>= 2.3), python-usb (>= 0.4), >> lsb-base >> >> >> When I run *apt-get install weewx* or apt-get install weewx=4.0.0-1 on >> Ubuntu 20.04 I get >> >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> 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: python-configobj (>= 4.5) but it is not installable >> Depends: python-serial (>= 2.3) but it is not installable >> E: Unable to correct problems, you have held broken packages. >> >> >> python3-configobj 5.0.6-4 and python3-serial 3.4-5.1 are already >> installed. >> >>> > for ubuntu 20.04, please use the python3 weewx list file, not the python2 > file: > > wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee > /etc/apt/sources.list.d/weewx.list > > > then do: > > sudo apt-get update > sudo apt-get install weewx > > -- 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/d56ae420-7f01-48bd-b05b-3f82d442cc57%40googlegroups.com.
