Replies: 3 comments 1 reply
-
|
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.
-
is this issue is solved ? i am also stuck i this same issue, the python313.dll was loading fine in windows but if i try to load why this issue was close without answer ? |
Beta Was this translation helpful? Give feedback.
-
|
I probably closed the issue since I found a work around for my issue. I'm not actively using Python.NET on Linux so can't be much further help, sorry. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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-80Python looks OK?
Code:
Full C# project:
PythonDotNetDotNET8Sample.zip
Any tips? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions