-
Notifications
You must be signed in to change notification settings - Fork 387
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
System.Management.Automation not found #1790
Comments
Have the same issue on arch linux with .NET 6 (6.0.100) and aspnet-runtime 6.0.0 |
Same issue for me in EndeavourOS, tried installing powershell (because apparently |
I am also seeing this issue in AlamaLinux 8 with dotnet-interactive version One thing I noticed is that the error being thrown is for |
Same problem on Arch |
For Arch user, use the sdk build from AUR, it's newer than the community version. I don't know why but this do the trick. |
I had the same error:
Thanks for the tip @tunbk1002. I was finally able to fix this on Manjaro. I downloaded these from the AUR:
|
It is an issue in
This confusion causes error. Reported a bug: PowerShell/PowerShell#24110 |
Describe the bug
Setting up a docker container from scratch using alpine image. Everything builds as shown in the screenshot but whenever I create a new C#/PS notebook, it begins throwing exceptions and whatever is entered in the notebook and ran hangs forever.
.NET 6 SDK and Runtime is installed. PWSH 7.2.0 is also installed. Both are in path as well.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):The preview version (1.0.257301) since the one on nuget requires .net 5.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: