DllNotFoundException in Linux. #2662
Replies: 1 comment 3 replies
-
|
It tells you exactly what the issue is :/ Your |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
System.TypeInitializationException: The type initializer for 'Delegates' threw an exception. ---> System.DllNotFoundException: Could not load /usr/lib/x86_64-linux-gnu/libpython3.12.so.1.0 with flags RTLD_NOW | RTLD_GLOBAL: /snap/core22/current/lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_2.38' not found (required by /usr/lib/x86_64-linux-gnu/libpython3.12.so.1.0)`i was try to load
libpython3.12.soandlibpython3.12.so.1.0both or not working ?i windows it is working fine with
python313.dll.is pythonnet only work in windows ?
Beta Was this translation helpful? Give feedback.
All reactions