0

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'

enter image description here

I tried pip install requests and many other things found on StackOverflow but I just can't seem to figure this out. Thanks

Dale K
  • 25,246
  • 15
  • 42
  • 71
Vatsal Patel
  • 73
  • 1
  • 1
  • 5

1 Answers1

0

I just added all the libraries I was using into my python file directory and it worked

Vatsal Patel
  • 73
  • 1
  • 1
  • 5