You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I execute python all-in-one.py I get the following error message:
Traceback (most recent call last):
File "/home/andrecht/enviroplus-python/examples/all-in-one.py", line 20, in
from PIL import Image, ImageDraw, ImageFont
ModuleNotFoundError: No module named 'PIL'
when I execute python all-in-one.py I get the following error message:
Traceback (most recent call last):
File "/home/andrecht/enviroplus-python/examples/all-in-one.py", line 20, in
from PIL import Image, ImageDraw, ImageFont
ModuleNotFoundError: No module named 'PIL'
Solution:
pip install Pillow
Source:
https://stackoverflow.com/questions/8863917/importerror-no-module-named-pil
The text was updated successfully, but these errors were encountered: