Replies: 1 comment
-
Something I excluded from my description above originally: I had installed .NET8 via snap. I was trying to emulate how I thought it might be installed for a project I am working on. Today I installed VS Code on Ubuntu and then it installed dotnet 8 SDK. When run via "dotnet", it worked! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used Python.NET from C# on Windows for years (huge thank you to all). I'm now trying get some stuff running on Linux and .NET8.
Using latest nuget for Python.NET (3.0.5) everything works great under Windows. But on Ubuntu 24.04.2 LTS I get:
.NET8 was installed via:
sudo snap install dotnet-runtime-80
Python looks OK?
Code:
Full C# project:
PythonDotNetDotNET8Sample.zip
Any tips? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions