File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 import mock
1616 import suds .transport
1717 import suds .client # suds-py3
18- import psutil
1918
2019except :
2120 print ('One of the required modules is not installed in your Python env.' )
2827 import subprocess
2928 try :
3029 subprocess .call ('python -m pip install --upgrade pip' )
31- subprocess .call ('python -m pip install psutil requests six suds-py3 xmltodict pytest mock --user' )
30+ subprocess .call ('python -m pip install requests six suds-py3 xmltodict pytest mock --user' )
3231 os .execv (sys .executable , ['python' ] + sys .argv )
3332 except :
3433 print ('WARNING: Installation of modules failed!' )
35- print ('Please use command "python -m pip install psutil requests six suds-py3 xmltodict pytest mock --user" in your Command Prompt.' )
34+ print ('Please use command "python -m pip install requests six suds-py3 xmltodict pytest mock --user" in your Command Prompt.' )
3635 input ('Press Enter to exit...' )
3736 sys .exit ()
3837 else :
You can’t perform that action at this time.
0 commit comments