I am trying to use multithreading in numba using PyOMP. This doesn’t seem to come with standard numbs installation.
from numba.openmp import openmp_context as openmp
`---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Input In [42], in
----> 1 from numba.openmp import openmp_context as openmp
ModuleNotFoundError: No module named ‘numba.openmp’`
I’m the author so please let me know if you have any problems. We are going to try to move this into mainline Numba after it is developed a bit more. In the meantime, you can use the command above.
You get the exact same error? Did you activate the environment after creating it? Sorry for the simplistic question but I’ve had cases where that was the problem and it’s the first thing to check. Once you’re in the environment, would you please paste the result of “conda list”? Thanks! @roxaaams