Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6392 Discussions

ImportError: ... undefined symbol: _ZN3tbb8internal13numa_topology4fillEPi

Adam_44
Novice
2,231 Views

Hi,

I've just installed openvino toolkit.

ubuntu 18.04
Python 3.7.3
openvino_2020.2.120

During installation verification scripts run successfully.

when I try to run python demos I got this:

[setupvars.sh] OpenVINO environment initialized
(base) ...:/opt/intel/openvino/deployment_tools/inference_engine/demos/python_demos/human_pose_estimation_3d_demo$ python human_pose_estimation_3d_demo.py
Traceback (most recent call last):
  File "human_pose_estimation_3d_demo.py", line 19, in <module>
    import cv2
ImportError: /opt/intel/openvino_2020.2.120/deployment_tools/inference_engine/lib/intel64/libinference_engine.so: undefined symbol: _ZN3tbb8internal13numa_topology4fillEPi

Thanks in advance!

0 Kudos
4 Replies
JAIVIN_J_Intel
Employee
2,231 Views

Hi Adam,

Please verify that you have Set the Environment Variables before running OpenVINO applications.

If the issue persists, try uninstalling previous versions of OpenVINO, if any.

Regards,

Jaivin

0 Kudos
Adam_44
Novice
2,231 Views

Jaivin James (Intel) wrote:

Hi Adam,

Please verify that you have Set the Environment Variables before running OpenVINO applications.

If the issue persists, try uninstalling previous versions of OpenVINO, if any.

Regards,

Jaivin

 

Hi Jaivin,

Thank you for your answer!
The Environment Variables had been set. ([setupvars.sh] OpenVINO environment initialized).

I reinstalled OpenVINO and went back to 2020.1.
Now I got this:
undefined symbol: _ZN3tbb8internal13numa_topology11nodes_countEv
just like in this thread:
https://software.intel.com/en-us/forums/intel-distribution-of-openvino-toolkit/topic/849442

I had to reinstall anaconda like others others suggested, and now it is finally working.
 

0 Kudos
JAIVIN_J_Intel
Employee
2,231 Views

Thank you for sharing your results with the OpenVINO Community

0 Kudos
Andrey_G_Intel
Employee
1,809 Views

There is a simpler solution.

This error indicates that OpenVINO cannot locate TBB. Just add the full path to TBB lib directory to LD_LIBRARY_PATH and that error would be gone, even without reinstalling.

0 Kudos
Reply