This is a known problem caused by a change in Pillow, the imaging library used by WeeWX.
If you're on a Mac, you probably installed Pillow using pip. See what version of Pillow you have by using these two methods. *python3 -m pip list -v* *python3 -c "import PIL;print(PIL.__version__)"* If it's 10.0, then this is the problem. The solution is to downgrade your copy: *python3 -m pip install Pillow==9.5.0* If it's earlier than 10.0, then it's some other problem. -tk On Sun, Jul 2, 2023 at 2:30 PM Sam Finn <[email protected]> wrote: > Hi - > > I'm hoping someone can help me get my weewx install working again. > > Some time ago (last April) weewx stopped updating my web page. [Many > things have been going on and I am only now and able to get to this.] There > might have been a Mac OS update at that time; however, I simply don't know. > The weewx.log file is showing the error message "AttributeError: tuype > object 'ImageDraw' has no attribute 'textsize'". > > I've updated my weewx installation to 4.9.1 and am using the vanilla > weewx.conf file with the minimum system (Vantage) configuration: i.e., no > special skins, etc. The weewx.log file shows the same error. > > To my untrained eye I've checked that my python3 installation is complete, > at least as far as packages specified in the docs go. > > Attached are > * the section of the weewx.log file for the most recent weewx run; > * the [Station] section of the weewx.conf file > > I'm running Vantage Vue h/w (2018) with an old-style weatherlink console > connected to my desktop over ethernet via a Davis datalogger (also 2018 > vintage). > > Thanks much for any help/guidance. > > > > > -- > 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/704f5d10-8c3a-4727-85bb-ec3e616aeba5n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/704f5d10-8c3a-4727-85bb-ec3e616aeba5n%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/CAPq0zECPLjjxcXP5myt8SwSA_wUirbSXQQVsCSARS451Hay7rA%40mail.gmail.com.
