Replies: 1 comment
-
Have you tried setting up a new python environment (depending on what you are using, either new conda environment or new virtualenv or alike)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the past few days, every time I run tsfresh codes, I am facing an error causing my Kernel to crash. This is the error which is popping up :
Cannot execute code, session has been disposed. Please try restarting the Kernel.
The Kernel crashed while executing code in the the current cell or a previous cell. Please review the code in the cell(s) to identify a possible cause of the failure. Click here for more info. View Jupyter log for further details.
Basic imports from tsfresh has been throwing this error. All code cells before this run well, but once I run the tsfresh codecell, this error pops up and the Kernel crashes.
I have also uploaded a screenshot of what the log files show me.
I have surfed online and seen possible solutions, but none seem to work. I am not using tensorflow/pytorch in the code - just basic feature extraction using tsfresh.
Has anyone else been facing the same?
Beta Was this translation helpful? Give feedback.
All reactions