We are trying to use Numpy.NET in the Linux environment. Please find the error attached.
could you please provide the details on how to use/make/install this library in Linux?
Linux_error.txt
float[] array = new float[2] { 0.1f, 0.2f };
NDarray array1 = np.asarray(array);