create a venv and install requests with pip
venv
requests
python -m venv venv
source ./venv/bin/activate
pip install requests