Open johhansantana opened 2 years ago
I've cloned the repo and tried to run: python3 ./src/server.py
python3 ./src/server.py
but got a ModuleNotFoundError: No module named 'PIL'
ModuleNotFoundError: No module named 'PIL'
error.
Do I need to install packages like in the javascript world?
cd src pip3 install Pillow python3 server.py
I've cloned the repo and tried to run:
python3 ./src/server.py
but got a
ModuleNotFoundError: No module named 'PIL'
error.
Do I need to install packages like in the javascript world?