The used python version is 3.7. Run the following command to install the dependencies locally,
pip install -r ./requirements.txt --user
or you may install it under a virtual environment like
python -m venv my_venv
source my_venv/bin/activate
pip install -r ./requirements.txt
See here for more details.