mnnpy
mnnpy copied to clipboard
Illegal instruction (core dumped)
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.
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 .