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
I tried to run the python converter but got this error:
$ python image2emblem.py emblem.png
Traceback (most recent call last):
File "image2emblem.py", line 10, in <module>
from emblem import emblem_maker
File "/Users/ricardo/src/_fzc/fzgx-image2emblem/python/emblem.py", line 12, in <module>
from PIL import Image
ModuleNotFoundError: No module named 'PIL'
The text was updated successfully, but these errors were encountered:
I tried to run the python converter but got this error:
The text was updated successfully, but these errors were encountered: