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/CAPq0zEB%3DJSCiC5vGnr-kXVK-TZ0DY%2BVhxq3PBuEcU5aBLkEvow%40mail.gmail.com.
