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/3b097a16-681e-46e6-8a42-e53bc69835ea%40googlegroups.com.
