njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
159 stars 11 forks source link

Not able to launch the kernel #49

Closed mtwtf-ss closed 1 year ago

mtwtf-ss commented 1 year ago

Describe the bug Can't connect to the kernel: Error message: "The kernel has stopped due to the following error: The first packet is not a InputNamePacket; packet=$Failed

Expected behavior No error message.

Screenshots vscode error image

Environment (please complete the following information):

Additional context I was able to run the kernel right after installation, but after then I was not able to re-launch it.

bzjan commented 1 year ago

Do you have the official Wolfram language extension installed? If you have it, disable it. It already calls a wolfram kernel on startup interfering with this extension.

mtwtf-ss commented 1 year ago

Ah, I see. Thank you for the suggestions! It worked.