danielgross / whatsapp-gpt

MIT License
3.07k stars 596 forks source link

its not working #30

Open skillxup opened 1 year ago

skillxup commented 1 year ago

Traceback (most recent call last): File "server.py", line 5, in import flask ModuleNotFoundError: No module named 'flask'

adalbertobrant commented 1 year ago

Traceback (most recent call last): File "server.py", line 5, in import flask ModuleNotFoundError: No module named 'flask'

pip install flask

kazzastic commented 1 year ago

maybe you run your python scripts from some other environment, if so then you need to go and install Flask in that particular environment. If you could show where your python scripts run from then maybe someone could help more.