Setup backendPlease make a virtual environment and run the following commands.virtualenv venv --python=python3source ./venv/bin/activatepip3 install -r requirements.txt CopyAfter this, execute:python run.pyCopyorpython3 run.pyCopy