Open esc opened 4 years ago
FYI: these are the relevant versions
# Name Version Build Channel
llvmlite 0.35.0rc3 py38hf484d3e_0 numba/label/dev
numba 0.52.0rc2 np1.11py3.8h04863e7_gc1fa8487a_10 numba/label/dev
pygbm 0.1.0 dev_0 <develop>
I am seeing the following:
The fix is easy,
jitclass
must now be imported so:from numba.experimental import jitclass
. I can submit a patch if need be.