njpipeorgan / wolfram-language-notebook

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

**Can't open new Wolfram Notebooks** #21

Open fkhorad opened 2 years ago

fkhorad commented 2 years ago

Describe the bug After an apparently successful installation, opening new Wolfram Notebooks fails with an error "command wolframLanguageNotebook.newNotebook not found" (screenshot attached). The same happens with the Manage Kernel command.

Expected behavior A new notebook should open.

Screenshots image

Environment (please complete the following information):

Additional context I've checked that the wolframscript command does work as expected from the CLI, and that there are no running Wolfram processes when trying to open a notebook. I was able to make the extension work on another machine (which, however, runs Windows).

njpipeorgan commented 2 years ago

It might be an issue related to snap (#6).

stepelu commented 2 years ago

Exact same issue here, latest OSX, vscode (M1 processor). Anything we can do to debug the issue?

njpipeorgan commented 2 years ago

Exact same issue here, latest OSX, vscode (M1 processor). Anything we can do to debug the issue?

The extension does not work on m1 macbook natively (#4) due to the dependency on zeromq. But running vscode with rosetta 2 seems to be working.

SaltyChiang commented 1 year ago

@njpipeorgan zeromq is now supporting macOS arm64 as described https://github.com/zeromq/zeromq.js/pull/522 here.

Will this issue be fixed by updating the zeromq dependency?

gaurav-src commented 1 year ago

I am also facing the same issue on M1 Mac.

The3DWizard commented 9 months ago

I am on a mac too, but with Intel processor. Same issue here. MacOS Ventura 13.5.1 and Wolfram Engine 13.3. It worked a while ago for me, so it might be the upgrade to Wolfram Engine 13.3 or some problem with a newer version of VSCode or the Plugin itself. I cannot tell.