You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.7/dist-packages/numba/np/ufunc/parallel.py:363: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled.
warnings.warn(problem)
In the past, I do not need to run "pip install tbb" in colab platform, but now I need to run it and I will receive this information after I install tbb. Is there any new change in loompy? Thanks.
The text was updated successfully, but these errors were encountered:
/usr/local/lib/python3.7/dist-packages/numba/np/ufunc/parallel.py:363: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled.
warnings.warn(problem)
In the past, I do not need to run "pip install tbb" in colab platform, but now I need to run it and I will receive this information after I install tbb. Is there any new change in loompy? Thanks.
The text was updated successfully, but these errors were encountered: