Skip to content

Unable to use Numpy.NET from linux environment #125

@HiranCser

Description

@HiranCser

Hi,

We are trying to use Numpy.NET in the Linux environment. Please find the error attached.

We also checked section "Versions and Compatibility" from https://github.com/SciSharp/Numpy.NET/blob/main/README.md and found that we need some extra steps/libs to run in Linux environment.

could you please provide the details on how to use/make/install this library in Linux?
Linux_error.txt

Sample code:

float[] array = new float[2] { 0.1f, 0.2f };
NDarray array1 = np.asarray(array);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions