I followed the instructions on http://weewx.com/docs/apt-get.htm
as root...

1. wget -qO - http://weewx.com/keys.html | sudo apt-key add -
2. wget -qO - http://weewx.com/apt/weewx.list | sudo tee
/etc/apt/sources.list.d/weewx.list
3. apt-get update
4. apt-get install weewx

And this is the output of step 4:
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.

so I tried:
 apt install python-configobj
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-configobj 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 'python-configobj' has no installation candidate

Then this shows python3 is installed on Ubuntu 20:
# python3 --version
Python 3.8.5

Any ideas on what to do to install weewx on Ubuntu 20?

thanks
rich

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CABh4ZQj2ezCku0yhfjURN_Nppd%3DLDsXYDq_SGfWi1Y4Hs0KMdw%40mail.gmail.com.

Reply via email to