Skip to content

Polyglot Notebooks - VSCode Plugin claims dotnet is not installed #4026

@TheCleric

Description

@TheCleric

Describe the bug

When opening VSCode with Polyglot Notebooks extension enabled and dotnet sdk version 9.0.304 installed, I get an error stating:

.NET 9 SDK REQUIRED
The Polyglot Notebooks extension now requires .NET SDK Version 9.0.

As well the Output tab > Polyglot Notebook: diagnostics has the following message:

Unable to determine the version of the .NET SDK.
STDOUT:

STDERR:
Error: spawn dotnet ENOENT

However, I definitely have dotnet sdk installed (via homebrew) and it is available on my path:

> dotnet --version
9.0.304
> which dotnet
/opt/homebrew/bin/dotnet

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):

I cannot due to aforementioned issue.

  • OS
    • Windows 11
    • Windows 10
    • macOS
    • Linux (Please specify distro)
    • iOS
    • Android
  • Browser
    • Chrome
    • Edge
    • Firefox
    • Safari
  • Frontend
    • Jupyter Notebook
    • Jupyter Lab
    • nteract
    • Visual Studio Code
    • Visual Studio Code Insiders
    • Visual Studio
    • Other (please specify)

Screenshots

If applicable, please add screenshots of the entire VS Code window.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions