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

Python: Log output of distutils execution in case of failure #242

Closed
jenshnielsen opened this issue Aug 30, 2022 · 2 comments
Closed

Python: Log output of distutils execution in case of failure #242

jenshnielsen opened this issue Aug 30, 2022 · 2 comments
Assignees
Labels
detector:pip The pip detector status:ready Ready to start implementation type:refactor Refactoring or improving of existing code

Comments

@jenshnielsen
Copy link

jenshnielsen commented Aug 30, 2022

It would be nice if the stderr of executing import distutils ... here
was logged in the case of a failure.

E.g. in my usecase this failed due to an import in setup.py not being present in the env that component-detection is running in but that error was silent and setup.py simply ignored

AB#2140981

@JamieMagee JamieMagee added type:refactor Refactoring or improving of existing code detector:pip The pip detector status:ready Ready to start implementation labels Aug 30, 2022
@cobya
Copy link
Contributor

cobya commented Jan 19, 2024

This will be handled in conjuction with #108

@cobya
Copy link
Contributor

cobya commented May 23, 2024

Resolved with #1129.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
detector:pip The pip detector status:ready Ready to start implementation type:refactor Refactoring or improving of existing code
Projects
Development

No branches or pull requests

3 participants