SCOrchestrator.py fails for defusedxml package

Troubleshooting details for SCOrchestrator.py whenever it fails for defusedxml package

If the setup is not pointing to the repo that has python package, the following error occurs:

./SCOrchestrator.py --status
Traceback (most recent call last):
  File "./SCOrchestrator.py", line 12, in <module>
    import defusedxml.ElementTree as xml
ImportError: No module named defusedxml.ElementTree
As a resolution, update the repos and run the below commands to install defusedxml:
python /usr/bin/easy_install pip

pip install defusedxml