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

New to python, how do I run this exactly? #28

Open
johhansantana opened this issue Oct 18, 2022 · 1 comment
Open

New to python, how do I run this exactly? #28

johhansantana opened this issue Oct 18, 2022 · 1 comment

Comments

@johhansantana
Copy link

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?

@jlyonsmith
Copy link

cd src
pip3 install Pillow
python3 server.py

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