remance / Masendor

Open source educational and historical battle action game, All helps accepted
MIT License
142 stars 31 forks source link

No module name 'PIL' #70

Closed frankiephs closed 9 months ago

frankiephs commented 1 year ago

When executing the main.py, it outputs: "ModuleNotFoundError: No module named 'PIL'"

remance commented 1 year ago

You need to download Pillow module for your Python. Or do pip install -r requirements.txt