from numba.np.ufunc import _internal SystemError: initialization of _internal failed without raising an exception I sometimes got above issue in training related to numba. What I did is uninstall and install numba. It is weird, but it works for me.
from numba.np.ufunc import _internal
SystemError: initialization of _internal failed without raising an exception
I sometimes got above issue in training related to numba.
What I did is uninstall and install numba.
It is weird, but it works for me.