About To run the app create a python virtual environment and install the dependencies as below python3 -m venv env source env/bin/activate pip3 install -r requirements.txt then launch the app by python3 app.py