zomry1
Results
1
comments of
zomry1
File "api_server.py", line 2, in <module> from flask import Flask ImportError: No module named flask
You need to install the flask module. In your command line (CMD) use the command: > "pip install flask"