Meteo Ballino? On Fri, Dec 18, 2020 at 5:17 AM Tom Keffer <[email protected]> wrote:
> You do not want the PIL version. It is very out of date. You want Pillow. > What exactly did you try? If you tried to install PIL, then tried to > install Pillow, it's possible you left parts of PIL behind, and now have a > mixture. > > What do you get for this: > > > *python3 -c "from PIL import ImageDraw; print(dir(ImageDraw))"* > *python3 -c "import PIL; print(PIL.__version__)"* > *python3 -m pip list* > > -tk > > > On Thu, Dec 17, 2020 at 11:04 PM Meteo Ballino <[email protected]> > wrote: > >> I can't get the PIL version, but I've updatet Pillow. >> Now I obtain this result. >> >> Il giorno venerdì 18 dicembre 2020 alle 00:49:52 UTC+1 [email protected] >> ha scritto: >> >>> Not sure, but you can try pip: >>> >>> sudo python3 -m pip install Pillow >>> >>> Then, again, >>> >>> python3 -c "import PIL; print(PIL.__version__)" >>> >>> to see if it's any different. >>> >>> On Thu, Dec 17, 2020 at 2:04 PM Meteo Ballino <[email protected]> >>> wrote: >>> >>>> how can I do? >>>> thanks >>>> >>>> Il giorno giovedì 17 dicembre 2020 alle 22:41:30 UTC+1 [email protected] >>>> ha scritto: >>>> >>>>> Can you upgrade PIL? >>>>> >>>>> On Thu, Dec 17, 2020 at 1:03 PM Meteo Ballino <[email protected]> >>>>> wrote: >>>>> >>>>>> Yes, the anti_alias is set to 1. I also think that the problem is the >>>>>> PIL. >>>>>> >>>>>> Python version 3 >>>>>> PIL version is the 5.4.1 >>>>>> >>>>>> Il giorno giovedì 17 dicembre 2020 alle 21:58:38 UTC+1 >>>>>> [email protected] ha scritto: >>>>>> >>>>>>> Very odd. I have not seen this before. This is with anti_alias = 1, >>>>>>> correct? >>>>>>> >>>>>>> I'm suspecting something is wrong with your installation of the >>>>>>> Python Imaging Library (PIL). What version do you have? I can't tell >>>>>>> which >>>>>>> version of Python you are running because you did not post the log from >>>>>>> the >>>>>>> restart of WeeWX. >>>>>>> >>>>>>> But, this should work: >>>>>>> >>>>>>> *cat /etc/default/weewx* >>>>>>> >>>>>>> *source /etc/default/weewx* >>>>>>> *$WEEWX_PYTHON -c "import PIL; print(PIL.__version__)"* >>>>>>> >>>>>>> >>>>>>> >>>>>>> -tk >>>>>>> >>>>>>> On Thu, Dec 17, 2020 at 12:27 PM Meteo Ballino <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> Hello and thanks for your answers. >>>>>>>> I set the standard skin and these are the results >>>>>>>> The graphs are generated but they are all buggy >>>>>>>> >>>>>>>> [image: screen.png][image: graph.png] >>>>>>>> >>>>>>>> Il giorno giovedì 17 dicembre 2020 alle 20:32:39 UTC+1 vince ha >>>>>>>> scritto: >>>>>>>> >>>>>>>>> On Thursday, December 17, 2020 at 6:43:21 AM UTC-8 >>>>>>>>> [email protected] wrote: >>>>>>>>> >>>>>>>>>> Could it be that the hardware is limited and can't handle >>>>>>>>>> plotting? >>>>>>>>>> weewx is running on a sheevaplug with debian10 >>>>>>>>>> >>>>>>>>>> >>>>>>>>> I run weewx in debian 8 on a Seagate Dockstar which is a >>>>>>>>> Sheevaplug with only 128 MB RAM. Everything runs just fine on that >>>>>>>>> tiny >>>>>>>>> system, although it periodically swaps a bit. I run many extensions >>>>>>>>> and >>>>>>>>> skins including forecast and Belchertown without issues there, other >>>>>>>>> than >>>>>>>>> it being slow to process the skins. >>>>>>>>> >>>>>>>>> -- >>>>>>>> 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/ed4b3ded-032c-44e6-b6f1-60a900b358a7n%40googlegroups.com >>>>>>>> <https://groups.google.com/d/msgid/weewx-user/ed4b3ded-032c-44e6-b6f1-60a900b358a7n%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/fa34fc43-c2ca-4bb8-bef3-9c7ec08ab681n%40googlegroups.com >>>>>> <https://groups.google.com/d/msgid/weewx-user/fa34fc43-c2ca-4bb8-bef3-9c7ec08ab681n%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/1b6beb62-55d1-4395-a986-c80d5559b94bn%40googlegroups.com >>>> <https://groups.google.com/d/msgid/weewx-user/1b6beb62-55d1-4395-a986-c80d5559b94bn%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/2fab57be-17cc-4aef-a8cc-3c44c842c4dbn%40googlegroups.com >> <https://groups.google.com/d/msgid/weewx-user/2fab57be-17cc-4aef-a8cc-3c44c842c4dbn%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/CAPq0zECxsU8FRzq5h8Mp%2Bg5%2B%2BQGtKwOYZ%3Dn1pMefr7qMMd_4vg%40mail.gmail.com.
