If I import the following, it compiles to the expected .so file:
import numba as nb from numba.pycc import CC cc = CC(\'t1\') @nb.njit(parallel=True) @cc.e