The below error occurs when using Python command line deployment:
++++
[tibco2@ln000xslty0002 /apps/tibco2/be/5.6/teagent/cli/python]$ python configurationMgmt.py -t https://tibanc49:8777/tea -u admin -p tibc04adm createdeployment -d FraudDetectionCache -c /apps/tibco2/be/5.6/examples/standard/FraudDetectionCache/FraudDetectionCache/fdcache.cdd -e /apps/tibco2/be/5.6/examples/standard/FraudDetectionCache/fdcache.ear
Traceback (most recent call last):
File "configurationMgmt.py", line 10, in <module>
from utils import *
File "/apps/tibco2/be/5.6/teagent/cli/python/utils.py", line 4, in <module>
import tibco.tea
File "/apps/tibco2/be/5.6/teagent/cli/python/tibco/tea/__init__.py", line 2, in <module>
import requests
ImportError: No module named requests
++++