Pawel Opoczynski

Results 2 comments of Pawel Opoczynski

I have the similar issue on two Windows 11 machines (In my case it's .net8 solution but requested by pythonnet is .net9): 'python.exe' (Win32): Loaded 'C:\Python311\python.exe'. 'python.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'....

Please do not use the load("coreclr") and try: from clr_loader import get_coreclr from pythonnet import set_runtime rt = get_coreclr(runtime_config="runtimeconfig.json") set_runtime(rt) In the runtimeconfig.json replace with your framework { "runtimeOptions": {...