Installing numba openmp

I’ve tried installing numba’s openmp version where i had to install it from this repo

after installing all of the dependencies the imports work correctly except for something in the decorators seems to be missing. Whenever i use the

@njit

for any function i get
AttributeError: ‘ModulePassManager’ object has no attribute ‘add_intrinsics_openmp_pass’

This is maintained separated from Numba - @DrTodd13 may be able to suggest how to proceed.