Numba different result on different machines

Could someone help me debug this:
I tried it on two different machines, and I get the error only on one of them.
Here is the error message.
numba.errors.LoweringError: Failed in nopython mode pipeline (step: nopython mode backend)
[1me[1mscalar type UniTuple(int64 x 3) given for non scalar argument #7
e[1m
File “surdet\main_surface_determination.py”, line 523:e[0m
e[1mdef create_voxel_data(x_y_z, stack, offset, shape, _min, _max):

voxel_data = np.zeros((n, 10), dtype=np.float32) e[1m for i in prange(n): 1 reply

Can you share the code?

1 Like