Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4324: Add verbose output for pip install errors #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Harshit28j
Copy link

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.

image

This way, we can make it easier to debug.

@Harshit28j
Copy link
Author

Harshit28j commented Apr 3, 2024

@gchhablani PR opened for Cloud-CV/EvalAI#4324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add verbose errors during init in evaluate method
1 participant