jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
166 stars 64 forks source link

ModuleNotFoundError: No module named 'PIL' #159

Closed mrjod closed 1 year ago

mrjod commented 1 year ago

I generated step 1 step1: python3 step1_layers_to_spritesheet/build.py

and got this error code ModuleNotFoundError: No module named 'PIL'

jalagar commented 1 year ago

Did you run make first_time_setup? You may need to install python dependencies. Also if you're on windows you might have to replace python3 with python

mrjod commented 1 year ago

yes I ran the make first_time_setup and it was successful without errors , it requested some manual install of some dependencies which I did

mrjod commented 1 year ago

I'm using a windows PC , ohh I have been using python3 but it has been working, I tried to replace the python3 to py but it still gave this same error message

mrjod commented 1 year ago

Screenshot (64)

jalagar commented 1 year ago

Closing as resolved let me know if you have any issues in Discord