[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2024-01-10 Thread Joseph Verreau
thanks to all for their help on this one. I see it didn't present on my installation until Nov 25th and I didn't notice it right away to boot but all is humming again. On Tuesday, May 23, 2023 at 9:52:57 PM UTC-4 gjr80 wrote: > If you are running the current WeeWX release you should be fairly

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-05-23 Thread gjr80
If you are running the current WeeWX release you should be fairly safe in downloading the patched utilities.py in place of your current version. To do this: 1. move aside your current utilities.py so your can revert to it if you run into catastrophic problems, for a WeeWX package install: $

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-05-22 Thread c s (224)
Which installation method are you using? If you install the python package then "pip3 install Pillow==9.4.0" will help to install the previous Pillow library that is working. Or you upgrade to the newest version of weewx, where the issue was fixed. I hope that helps ... seano...@gmail.com

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-05-21 Thread seano...@gmail.com
Hi, I seem to be having this same error but I don't understand exactly how to rectify it. Please can you explain in a simple way how to apply the patch? Appreciate it, thank you. On Wednesday, April 12, 2023 at 1:01:59 AM UTC+4 Marius Schamschula wrote: > I ran into the same error after a

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-11 Thread Marius Schamschula
I ran into the same error after a routine update to FreeBSD 13.1 packages. I applied the patch and reinstalled weewx 4.10.2, and all is again working as expected! On Tuesday, April 4, 2023 at 2:33:53 AM UTC-5 c s (224) wrote: > Thank you very much for digging deeper! My solution will then be

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-04 Thread c s (224)
Thank you very much for digging deeper! My solution will then be to simply install an older version of the Pillow library. Thanks a lot! c s (224) schrieb am Montag, 3. April 2023 um 13:18:39 UTC+2: > Hello, > > I have just installed weewx as described here: >

Re: [weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-03 Thread Tom Keffer
Fixed in commit 48f6053 -tk On Mon, Apr 3, 2023 at 4:11 PM Tom Keffer wrote: > Mystery solved: https://github.com/python-pillow/Pillow/pull/6978 > > I'm sure they broke a lot of code with this change. > > On Mon,

Re: [weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-03 Thread Tom Keffer
Mystery solved: https://github.com/python-pillow/Pillow/pull/6978 I'm sure they broke a lot of code with this change. On Mon, Apr 3, 2023 at 4:03 PM Tom Keffer wrote: > The error seems to be peculiar to the most recent version of Pillow. If I > hardwire in your values and use any version prior

Re: [weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-03 Thread Tom Keffer
The error seems to be peculiar to the most recent version of Pillow. If I hardwire in your values and use any version prior to 9.5.0, it runs without errors. If I use Pillow 9.5.0, I get the same error as you. I see nothing in the 9.5.0 release notes that mentions anything related to draws.

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-03 Thread c s (224)
Thank you very much! You are right! Setting the "show_daynight" in skin.conf to False resolves the problem. I did not touch skin.conf before and used the version as it is delivered in weewx-4.10.2.tar.gz. When I turn "show_daynight" on again and add your additional print messages (and keep the