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

Error when running either cell in notebook #8058

Closed
sbatten opened this issue Oct 26, 2021 · 3 comments
Closed

Error when running either cell in notebook #8058

sbatten opened this issue Oct 26, 2021 · 3 comments
Assignees

Comments

@sbatten
Copy link
Member

sbatten commented Oct 26, 2021

Testing #8024

image

@sbatten
Copy link
Member Author

sbatten commented Oct 26, 2021

Saving the untitled notebook before running the cells solved the issue

@rchiodo
Copy link
Contributor

rchiodo commented Oct 26, 2021

This is actually caused by the fact you have a 'random.py' in the path for the kernel. Python allows you to overwrite system modules with your own, and doing so in this case crashes the kernel.

@sbatten
Copy link
Member Author

sbatten commented Oct 26, 2021

oh yea! 🤦

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants