Hi,
I am facing an installation issue on my new Windows machine.
I have installed the QGIS software version 3.30 which has installed numpy 1.24.1. and no numba package by default. Then if I install numba 0.56.4 using pip and try to import it, I get the following error:
“Traceback (most recent call last):*
File “”, line 1, in *
File “C:\Users\user1\AppData\Roaming\Python\Python39\site-packages\numba_init_.py”, line 42, in *
from numba.np.ufunc import (vectorize, guvectorize, threading_layer,*
File “C:\Users\user1\AppData\Roaming\Python\Python39\site-packages\numba\np\ufunc_init_.py”, line 3, in *
from numba.np.ufunc.decorators import Vectorize, GUVectorize, vectorize, guvectorize*
File “C:\Users\user1\AppData\Roaming\Python\Python39\site-packages\numba\np\ufunc\decorators.py”, line 3, in *
from numba.np.ufunc import _internal*
SystemError: initialization of _internal failed without raising an exception”*
Any idea what is the reason for such error ?