interactive icon indicating copy to clipboard operation
interactive copied to clipboard

cannot install dotnet interactive on mac

Open maxandersen opened this issue 3 months ago • 1 comments

Describe the bug

I get this when following instructions on installing the cli from https://github.com/dotnet/interactive/blob/main/docs/command-line-interface.md:

dotnet tool install --global Microsoft.dotnet-interactive --version 1.0.632301
Skipping NuGet package signature verification.
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'microsoft.dotnet-interactive' failed to install. Contact the tool author for assistance.

Please complete the following:

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

.NET Interactive

© 2020-2025 Microsoft Corporation

Version: 1.0.632301+7d35ce3be7eb7a603527a3683b691d5e9922adca

Library version: 1.0.0-beta.25323.1+7d35ce3be7eb7a603527a3683b691d5e9922adca

https://github.com/dotnet/interactive

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

Screenshots

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

maxandersen avatar Sep 24 '25 06:09 maxandersen

I ran into the same issue. Turns out I was still on .net 8. Upgrading to .net 9 fixed the error.

oscarsommerer avatar Oct 07 '25 16:10 oscarsommerer