linnarsson-lab / loompy

Python implementation of the Loom file format - http://loompy.org
BSD 2-Clause "Simplified" License
139 stars 37 forks source link

I meet tbb error today, is there any solution? #156

Open HelloWorldLTY opened 3 years ago

HelloWorldLTY commented 3 years ago

/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.