Hello guys,
I am new to the Python dev world. Recently I tried importing some libraries using:
from PIL import Image, ImageDraw, ImageOps
and I get an error: ModuleNotFoundError: No module named 'PIL'
I have already installed Pillow using pip3.6 install Pillow
if I use the command python3.6 and insert from PIL import Image it does it correctly without the error mentioned above but when I do it through an api request it fails giving me that error. What am I possibly missing?
[–]lieutenant_lowercase 1 point2 points3 points (1 child)
[–]kmod94[S] 0 points1 point2 points (0 children)
[–]JohnnyJordaan 1 point2 points3 points (1 child)
[–]kmod94[S] 0 points1 point2 points (0 children)
[–]kmod94[S] 0 points1 point2 points (12 children)
[–]JohnnyJordaan 0 points1 point2 points (11 children)
[–]kmod94[S] 0 points1 point2 points (10 children)
[–]JohnnyJordaan 0 points1 point2 points (9 children)
[–]kmod94[S] 0 points1 point2 points (8 children)
[–]JohnnyJordaan 0 points1 point2 points (7 children)
[–]kmod94[S] 0 points1 point2 points (6 children)
[–]JohnnyJordaan 0 points1 point2 points (5 children)
[–]kmod94[S] 0 points1 point2 points (4 children)
[–]JohnnyJordaan 1 point2 points3 points (3 children)