openvinotoolkit/openvino_tensorflow

libtbb.so.2: cannot open shared object file: No such file or directory

ShankarRIntel opened this issue · 2 comments

when I pip installed the latest version of of tensorflow 2.91 along with openvino-tensorflow 2.1.0 I get this errow that is thrown when importing openvino_tensorflow.
libtbb.so.2: cannot open shared object file: No such file or directory
the libopenvino is looking for libtbb.so.2 whereas the latest libtbb is libtbb.so.12 which is found in the lib folder
I am surprised this has not been tested !!!

Hi Shankar, Closing this issue as you were able to import openvino_tensorflow after explicitly setting the linker paths to tbb libs. Re-open if required.