Skip to content

Error using the latest Python.Runtime 2.2.0 #2

Description

@JimSEOW

// Copy the data to that array [line 189 of PythonConnection.cs]
System.IntPtr ptr = (System.IntPtr)PyInt.AsInt(pydata.__array_interface__["data"][0]).ToInt32();
Marshal.Copy(data, 0, ptr, nbytes) //Error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions