python callout policy issue

we are using python callout policy we added import json and import base64 as a part of custom code

when executing we are facing issue and policy got failed. below is the error we got.

Could you please help us in resolving the issue and also let us know how to add dependencies. Faster response is appreciated

"{

"fault": {

"faultstring": "Evaluation of script Python-1.py (py) failed with reason: \"ImportError: No module named json\"",

"detail": {

"errorcode": "steps.script.ScriptEvaluationFailed"

}

}

}"

0 1 382
1 REPLY 1

Not applicable