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

For avoidable kernel crashes (such as Tenserflow misconfiguration) add user guidance to the kernel crash output #9588

Closed
DonJayamanne opened this issue Apr 5, 2022 · 4 comments
Assignees
Labels
triage-needed Issue needs to be triaged verification-steps-needed Steps to verify are needed for verification verified Verification succeeded
Milestone

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Apr 5, 2022

  • Add message in output indicating the fact that incorrectly installed package (tensorflow or similar package) could be the cause for the failure
  • Add a link to a wiki with more info
  • Wiki to contain instructions to circumvent this issue (properly install tensorflow)
@DonJayamanne DonJayamanne changed the title 🔴 For avoidable kernel crashes (such as Tenserflow misconfiguration) add user guidance to the kernel crash output @DonJayamanne For avoidable kernel crashes (such as Tenserflow misconfiguration) add user guidance to the kernel crash output Apr 5, 2022
@DonJayamanne
Copy link
Contributor Author

DonJayamanne commented Apr 6, 2022

@rchiodo
Copy link
Contributor

rchiodo commented May 3, 2022

@DonJayamanne do you have any verification steps for this issue? How do I setup tensorflow to not run?

@rchiodo rchiodo added the verification-steps-needed Steps to verify are needed for verification label May 3, 2022
@DonJayamanne
Copy link
Contributor Author

DonJayamanne commented May 3, 2022

Run a cell with the following code (cause the kernel to crash)

import IPython
app = IPython.Application.instance()
app.kernel.do_shutdown(True)

Output should contrain a link to wiki as follows:
Screen Shot 2022-05-04 at 06 02 31

@rchiodo
Copy link
Contributor

rchiodo commented May 3, 2022

/verified

@rchiodo rchiodo added the verified Verification succeeded label May 3, 2022
@greazer greazer added triage-needed Issue needs to be triaged and removed needs-triage labels May 16, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage-needed Issue needs to be triaged verification-steps-needed Steps to verify are needed for verification verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants