LucasBerbesson/pixelstick

Generate.py issue

Closed this issue · 3 comments

Hi so far i have been able to follow your tutorial and its been really simple. I don't have any python or experience or much coding experience at all so your step by step instructions have been really helpful. The issue i keep running into is i keep getting an error on line 10:

from PIL import Image

saying there is no module named PIL

Am I missing something?

Thanks in advance,

Alex

You need to install PIL.
run pip install Pillowfrom a terminal

Thanks for the quick response, I will try it and let you know!

It worked out thanks for the help