backgroundremover icon indicating copy to clipboard operation
backgroundremover copied to clipboard

NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later

Open DNucX opened this issue 1 year ago • 0 comments

Hello,

When attempting to run the backgroundremover, this warning message shows:

/home/user/pythonProjects/bgRemover1/lib64/python3.6/site-packages/numba/np/ufunc/parallel.py:365: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 10002. The TBB threading layer is disabled.
  warnings.warn(problem)

I upgraded TBB and the warning message still shows whenever running the backgroundremovier.

DNucX avatar Dec 16 '23 02:12 DNucX