Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete python instructions #4

Open
locks opened this issue May 15, 2020 · 1 comment
Open

Incomplete python instructions #4

locks opened this issue May 15, 2020 · 1 comment
Assignees

Comments

@locks
Copy link
Member

locks commented May 15, 2020

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'
@JoselleAstrid
Copy link
Member

Have you installed the Pillow package? You can run pip list to check if it's installed. If it's not, run pip install Pillow and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants