EvalAI-Starters
EvalAI-Starters copied to clipboard
Fix #4324: Add verbose output for pip install errors
This PR resolves Cloud-CV/EvalAI#4324
Since we're using Python 3.7.5 in EvalAI-Starters, we can use subprocess.run instead of .check_call. This will allow us to capture the output and standard error output, making it more specific and verbose.
Here's how it will look: In this, I used the wrong module name and the wrong package name.
This way, we can make it easier to debug.
@gchhablani PR opened for https://github.com/Cloud-CV/EvalAI/issues/4324