I want to schedule a python script in SQL Server and I have followed this questions and it's solution in the answers
When I run the job it fails and throws this error:
import request ModeulNotFoundError: No module named 'requests'
I tried pip install requests and many other things found on StackOverflow but I just can't seem to figure this out. Thanks