rounakbanik / generative-art-nft

A generative art library for NFT avatar and collectible projects.
MIT License
749 stars 369 forks source link

ImportError re PIL #16

Closed CasonUK closed 2 years ago

CasonUK commented 2 years ago

When I run nft.py I get the following error message:

File "nft.py", line 5, in from PIL import Image ImportError: No module named PIL

I've tried uninstalling pil and pillow and reinstalling pillow, but the error keeps arising. Any thoughts??

Thanks!

cloud10labs commented 2 years ago

any update on this?

rounakbanik commented 2 years ago

Use pip3 instead of pip and python3 instead of python

CasonUK commented 2 years ago

Thanks! Worked like a charm.