-
Notifications
You must be signed in to change notification settings - Fork 65
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
Create functions to grep through installation logfiles (stdout / stderr) #663
Comments
Add an option to trigger a warning if it thinks there is a fatal install error. This can be controlled with a number for sensitivity - e,g, 0 means anything with the word “error” will trigger an error. A 1 means it allows 1 error, etc, with Inf meaning unlimited errors…? Could build in a similar grepper for warnings as well. The same grepper should be able to have any word searched for, error/Error/ERROR, warning/Warning/warn/Warn/WARN/WARNING/Warns etc |
|
Example error
Which is really weird since I'm fairly sure 2.15.0 exists? |
|
So that we can start to identify some common failure modes.
Eg if there’s a certain installation error we could grep for that and then provide some suggestions on ways to solve it. Eg perhaps a specific version of python needs to be specified
Could work with logfile logger: #531
The text was updated successfully, but these errors were encountered: