Yes, you can delete weewx.list and start all over. But, the presence of python2 (instead of python3) does not explain your symptoms: it should still be able to locate the weewx package.
The symptoms are more consistent with not having done the "sudo apt update" step. But, you say you did this. -tk On Mon, Aug 10, 2020 at 7:55 AM Mike McClane <[email protected]> wrote: > This may be the problem > > deb {arch=all} http://weewx.com/apt/python2 buster main is in the file. > instead python3! I assume that I can delete the file and try to retrieve > the python3 version. > > Mike > > On Aug 10, 2020, at 7:53 AM, Greg from Oz <[email protected]> wrote: > > You didn't miss any I did..... > I am confused... > I missed the python line in your post. > > Is this: deb [arch=all] http://weewx.com/apt/python3 buster main > really in the weewx.list file? > > It's strange it doesn't work. > > On Monday, 10 August 2020 21:33:59 UTC+10, Mike McClane wrote: >> >> I’m confused. I ran: >> >> wget - keys >> wget - python3 >> apt-get update >> apt-get install >> >> What line did I miss >> >> On Aug 10, 2020, at 7:22 AM, Greg from Oz <[email protected]> wrote: >> >> You have to run the next line as well: >> >> wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee >> /etc/apt/sources.list.d/weewx.list >> >> >> sudo apt-get update >> sudo apt-get install weewx >> >> >> >> On Monday, 10 August 2020 21:11:47 UTC+10, Michael McClane wrote: >>> >>> >>> >>> On Sunday, August 9, 2020 at 4:38:44 PM UTC-4, gjr80 wrote: >>>> >>>> Hi, >>>> >>>> Would help if you copy/paste the exact commands you entered and their >>>> response. >>>> >>>> Gary >>>> >>> >>> Here it is >>> >>> >>> root@Buster:/home/mrmccla# wget -qO - http://weewx.com/keys.html |sudo >>> apt-key add - >>> OK >>> roor@Buster: wget -qO - http://wewx.com/apt/weewx-python3.list | sudo >>> tee /etc/apt/sources.list.d/weewx.list >>> root@Buster:/home/mrmccla# sudo apt-get update >>> Hit:1 http://security.debian.org buster/updates InRelease >>> Hit:2 http://mirror.steadfast.net/debian buster InRelease >>> Hit:3 http://mirror.steadfast.net/debian buster-updates InRelease >>> Reading package lists... Done >>> root@Buster:/home/mrmccla# sudo apt-get install weewx >>> Reading package lists... Done >>> Building dependency tree >>> Reading state information... Done >>> E: Unable to locate package weewx >>> >>> >>> >>> root@Buster:/etc/apt# ls >>> apt.conf.d sources.list sources.list.save >>> trusted.gpg.d >>> auth.conf.d sources.list~ sources.old >>> listchanges.conf sources.list.d trusted.gpg >>> preferences.d sources.list.d.weewx.list trusted.gpg~ >>> >>> >> -- >> 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/ea09e646-d51a-45d6-a8d8-9df0dba8fb18o%40googlegroups.com >> <https://groups.google.com/d/msgid/weewx-user/ea09e646-d51a-45d6-a8d8-9df0dba8fb18o%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> >> > -- > 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/cf0825fb-c5c7-4b02-b3be-9e60924ba4f1o%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/cf0825fb-c5c7-4b02-b3be-9e60924ba4f1o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- > 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/F3F195B0-7034-4F27-8C8C-E2909B894E38%40gmail.com > <https://groups.google.com/d/msgid/weewx-user/F3F195B0-7034-4F27-8C8C-E2909B894E38%40gmail.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEDTMN%2BPPuRp2EHd0M8Mn3gpcEnezx6ze8dSD%3DjPeUx7Zw%40mail.gmail.com.
