here it is...:

pi@raspi02:~ $ python3 -c "import Image"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'Image'
pi@raspi02:~ $ python3 -c "from PIL import Image"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.7/dist-packages/PIL/Image.py", line 69, in 
<module>
from . import _imaging as core
ImportError: libopenjp2.so.7: cannot open shared object file: No such file 
or directory
pi@raspi02:~ $ python3 -c "import sys; print(sys.path)"
['', '/usr/lib/python37.zip', '/usr/lib/python3.7', 
'/usr/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/dist-packages', 
'/usr/lib/python3/dist-packages
']

with this result google fed.
and then installed libopenjp2-7.
And the diagrams are displayed.
Thanks for the support.

-- 
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/76dcf777-0fbf-437f-947a-c7c8a266af38%40googlegroups.com.

Reply via email to