You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python.Runtime crashes when used on a Jetson Nano.
Request: Enable support or provide hints for a workaround.
Exception:
Unhandled exception: System.NotImplementedException: No support for aarch64
at Python.Runtime.TypeManager.NativeCode.get_Active()
at Python.Runtime.TypeManager.InitializeNativeCodePage()
at Python.Runtime.TypeManager.InitializeSlots(IntPtr type, Type impl)
at Python.Runtime.TypeManager.CreateMetaType(Type impl)
at Python.Runtime.MetaType.Initialize()
at Python.Runtime.Runtime.Initialize(Boolean initSigs)
at Python.Runtime.PythonEngine.Initialize(IEnumerable`1 args, Boolean setSysArgv, Boolean initSigs)
at Python.Runtime.PythonEngine.Initialize(Boolean setSysArgv, Boolean initSigs)
at Python.Runtime.PythonEngine.Initialize()
Thanks!
The text was updated successfully, but these errors were encountered:
@Cronan & @filmor Apologies for not coming back to this earlier. I did make very similar changes locally already, but forgot about creating a PR. I now removed my own changes and applied the ones from #986 and verified that they still work.
Thank you!
Environment
Details
Exception:
Thanks!
The text was updated successfully, but these errors were encountered: