Try: pip install requests
pip install requests
The error message is telling you that python can’t find the requests module
Try:
pip install requests
The error message is telling you that python can’t find the requests module