-
Notifications
You must be signed in to change notification settings - Fork 299
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
SageMath WSL2 kernel timed out #3977
Comments
@darkl , looks like the output you supplied isn't actually debug output. Can you please restart VS Code and generate it again? Thanks! |
@greazer maybe you can help me, as I'm not able to make it output the debug log. I restarted my VSCode Insiders and still get the same result.
Thanks! |
Ok, I just edited the default value of
|
The error seems to be related to this issue. I guess it has to do with the fact that we see the lines of the form |
Yeah that linked WSL issue does look related. Might have to change how we start up in the WSL situation. |
Should be fixed with #7063 |
Environment data
Version: 1.52.0-insider (user setup)
Commit: a36c68b9ec3d6a0aca9799d7a10be741a6658a51
Date: 2020-11-19T05:37:52.577Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.19042
I use WSL2 with an Ubuntu-20.04 image.
Expected behaviour
Installed using
sudo apt-get install sagemath
. I am trying to use VSCode with the remote development extension and make the Jupyter extension use SageMath.Actual behaviour
I get a
Timed out waiting to get a heartbeat from process
message.Steps to reproduce:
x=3
in the first cellSageMath 9.0
.Logs
Note: I set the logs to debug mode by adding this line to settings.json:
Additional information:
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: