mnnpy icon indicating copy to clipboard operation
mnnpy copied to clipboard

Illegal instruction (core dumped)

Open nitinnarwade opened this issue 3 years ago • 1 comments

Hii,

I am trying to run mnn_correct but it is throwing Illegal instruction (core dumped) error. Without any additional information. I am getting this error while calling adjust_shift_variance function.

Any suggestion to resolve this error? I tried installing different mnnpy, NumPy, and numba versions but no success so far.

Thanks in advance :)

Regards, Nitin N.

nitinnarwade avatar May 23 '22 11:05 nitinnarwade

I also encountered this error when I use conda to install mnnpy.

Re-install from the github with codes below help me fix this.

git clone https://github.com/chriscainx/mnnpy.git
cd mnnpy
pip install .

carissaxie avatar Feb 27 '23 11:02 carissaxie