--
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/CAPq0zEDyOXhODJ_XaCw%3Dcxm9L3B2t3k70Y3L2fkZQwYSyb71Og%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CACjxfUvkKFUa%3DtmzHqtKvtHZ4f0OnDQAjfeBVZ4hKXUh60M1EQ%40mail.gmail.com.
I have a somewhat different problem:
sudo yum update weewx
Last metadata expiration check: 2:16:48 ago on Sun 14 Jan 2024
02:38:40 PM CST.
Dependencies resolved.
Problem: cannot install the best update candidate for package
weewx-4.10.2-1.el8.noarch
- nothing provides epel-release needed by
weewx-5.0.0-1.el8.noarch from weewx
- nothing provides python3-importlib-resources needed by
weewx-5.0.0-1.el8.noarch from weewx
==========================================================================================================================================================
Package
Architecture
Version
Repository Size
==========================================================================================================================================================
Skipping packages with broken dependencies:
weewx
noarch
5.0.0-1.el8
weewx 1.2 M
Transaction Summary
==========================================================================================================================================================
Skip 1 Package
Nothing to do.
Complete!
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAA1SM22pXFe8OJddM%3DwcxzxJtVHTXW_rJcez6rZy6eyaR%2BhzGA%40mail.gmail.com.
I read the upgrade guide and the change log. I have a very stable installation running on 4.10.2. All the directory and weewx user changes look a bit scary to me because I have site specific python scripts in weewx/user directory that read and format Scripps buoy RSS feeds.Any guess how hard of time I'll have for the upgrade now that weewx has shown up in apt upgrade list?
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8a9010ad-677d-4e03-b101-30b597967106n%40googlegroups.com.
Problem: cannot install the best update candidate for package weewx-4.10.2-1.el8.noarch
- nothing provides epel-release needed by weewx-5.0.0-1.el8.noarch from weewx
- nothing provides python3-importlib-resources needed by weewx-5.0.0-1.el8.noarch from weewx
On Jan 14, 2024, at 16:28, matthew wall <mwall...@gmail.com> wrote:
--
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/4be470be-7213-44f9-b512-e7fb9fd94f89n%40googlegroups.com.
On 14 Jan 2024, at 18:51, Gerard Cerchio wrote:I read the upgrade guide and the change log. I have a very stable installation running on 4.10.2. All the directory and weewx user changes look a bit scary to me because I have site specific python scripts in weewx/user directory that read and format Scripps buoy RSS feeds.Any guess how hard of time I'll have for the upgrade now that weewx has shown up in apt upgrade list?
Any gotchas on moving from the betas to the release? I'm using the pip method.
Dale - agree with your email. No epel-release available on f39 it seems. This worked for me in vagrant...yum install python3-cheetah python3-pillow python3-pyusbrpm -ivh weewx-5.0.0-1.el9.noarch.rpm
I couldn't get the signing keys to import either on f39. Blasted bleeding edge versions....
Dale - agree with your email. No epel-release available on f39 it seems.
I may have misspoken, I'm using Fedora 38, but points taken.
As for bleeding edge, while I don't disagree, the choice may well be deal with it now or when it becomes RHEL 10. :)
So, for me to understand: the version in the config file only specifies the latest version a weectl station upgrade --what config was made and it is only needed, when the config is upgraded, to define an upgrade path for the config itself?
Got it going.
Thanks for your help!
--
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/4be470be-7213-44f9-b512-e7fb9fd94f89n%40googlegroups.com.
Any gotchas on moving from the betas to the release? I'm using the pip method.pip seems to handle the beta/rc labels ok (unlike dpkg/apt, which seems to be having issues with 'rc')
Matthew - the issue now on f39 is 'your' old key from keys.html. Tom's updated key imports ok.
Curious what the recommended install method is, aside from personal preference. Been running weewx on a Pi4 for a few years now and have been waiting for official release to migrate it over to bookworm and a fresh install, as there's a feature or fix or two I think I can take advantage of. Since it won't technically be an upgrade (I'll attempt to migrate data over after as I'm MySQL based), I can use apt or pip.Any advantages to either? This will be a dedicated pi just for weewx, if that matters.
Hi all,
Just a note for those on Ubuntu if the sudo apt upgrade doesn't work.
Check the /etc/apt/sources.list.d/weewx.list since if you started out on an earlier version of Ubuntu and upgraded along the way you will find this in that file....
# deb [arch=all]
http://weewx.com/apt/python3 buster main # disabled on upgrade
to jammy
Uncomment that, and then do...
sudo apt update
sudo apt upgrade
to get it happening for you.
regards
Tim
That whole thing with venv might be a cool and dandy new feature but it doesn't necessarily always work
--
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/b0a5cf0d-5805-4632-9580-46c3262df8ean%40googlegroups.com.