Let's make sure python-pil installed where the interpreter can find it. One of these two should work.
*python3 -c "import Image"* *python3 -c "from PIL import Image"* If neither works, and you're sure you installed python3-pil, then python3 is searching in some non-standard place. Here is where it's searching: *python3 -c "import sys; print(sys.path)"* -tk On Sun, Mar 22, 2020 at 9:02 AM Michael <[email protected]> wrote: > python3-pil was already installed > > pi@raspi02:~ $ sudo apt install python3-pil > Paketlisten werden gelesen... Fertig > Abhängigkeitsbaum wird aufgebaut. > Statusinformationen werden eingelesen.... Fertig > python3-pil ist schon die neueste Version (5.4.1-2+deb10u1). > 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 4 nicht aktualisiert. > >> -- > 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/d31d54e0-5502-4c4d-8f49-54adc0126deb%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/d31d54e0-5502-4c4d-8f49-54adc0126deb%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/CAPq0zEA%2BUbktGsNYSOMWEOTHXPJPgmX9HGjUg_uSr64EYka88A%40mail.gmail.com.
