Looking back at your original post, I'm wondering if you're missing the C
library _imaging. Try this:

*python3 -c "from PIL import _imaging; print(_imaging.__file__)"*

You should get something like

/usr/local/lib/python3.8/site-packages/PIL/_imaging.cpython-37m-darwin.so

If you get an exception, then try uninstalling both PIL (in case it is
present; it shouldn't be), and Pillow, then reinstalling just Pillow:




*pip3 uninstall PILpip3 uninstall Pillowpip3 install Pillow*

See if that helps.

-tk



On Fri, Jul 31, 2020 at 2:12 PM jerry...@gmail.com <jerry.ke...@gmail.com>
wrote:

> Seems OK.
> └─[$] <> pip3 list -v
> Package    Version Location                               Installer
> ---------- ------- -------------------------------------- ---------
> Cheetah3   3.2.5   /usr/local/lib/python3.8/site-packages pip
> configobj  5.0.6   /usr/local/lib/python3.8/site-packages pip
> ephem      3.7.7.0 /usr/local/lib/python3.8/site-packages pip
> Pillow     7.2.0   /usr/local/lib/python3.8/site-packages pip
> pip        20.2    /usr/local/lib/python3.8/site-packages pip
> pyephem    3.7.7.0 /usr/local/lib/python3.8/site-packages pip
> pyserial   3.4     /usr/local/lib/python3.8/site-packages pip
> pyusb      1.0.2   /usr/local/lib/python3.8/site-packages pip
> setuptools 49.2.0  /usr/local/lib/python3.8/site-packages
> six        1.15.0  /usr/local/lib/python3.8/site-packages pip
> wheel      0.34.2  /usr/local/lib/python3.8/site-packages
>
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/2ee63fd4-d60e-4ebe-85bd-adf2ae3e36adn%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/2ee63fd4-d60e-4ebe-85bd-adf2ae3e36adn%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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEAEma%2BXF8e%2B1OKBUr98Wse3cQR66uh56RdgYT%2BPAU7J3g%40mail.gmail.com.

Reply via email to