I tried to import cyarray with:
"from cyarray.api import IntArray"
and got:
"SystemError: execution of module cyarray.carray raised unreported exception"
it seems that "from .carray import IntArray, UIntArray, LongArray, FloatArray, DoubleArray" in cyarray.api failed
how to solve