Skip to content

Support for Jetson Nano (aarch64 architecture) #982

@MPMongrel

Description

@MPMongrel

Environment

  • Pythonnet version: 2.4.0
  • Python version: 3.6 (3.7, any)
  • Operating System: Linux aarch64

Details

  • 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions