- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jaivin James (Intel) wrote:Hi Wenjing,
Could you mention the output of the following command:
ldd -r libMKLDNNPlugin.so( from both OpenVINO 2019R3.1 as well as 2020.1 after running respective setupvars.sh)
Ideally when LD_LIBRARY_PATH is set properly then the ldd -r should not show any undefined symbols.
Regards,
Jaivin
Hi James,
Thanks for you reply.
The problem has been solved. I used Anaconda3 to run the python script, which has the cython package. After I uninstall the cython package, the RuntimeError is gone. :)
Thanks,
Wenjing
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wenjing,
Could you mention the output of the following command:
ldd -r libMKLDNNPlugin.so
( from both OpenVINO 2019R3.1 as well as 2020.1 after running respective setupvars.sh)
Ideally when LD_LIBRARY_PATH is set properly then the ldd -r should not show any undefined symbols.
Regards,
Jaivin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jaivin James (Intel) wrote:Hi Wenjing,
Could you mention the output of the following command:
ldd -r libMKLDNNPlugin.so( from both OpenVINO 2019R3.1 as well as 2020.1 after running respective setupvars.sh)
Ideally when LD_LIBRARY_PATH is set properly then the ldd -r should not show any undefined symbols.
Regards,
Jaivin
Hi James,
Thanks for you reply.
The problem has been solved. I used Anaconda3 to run the python script, which has the cython package. After I uninstall the cython package, the RuntimeError is gone. :)
Thanks,
Wenjing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I've got the same problem. Uninstalling cython does not work for me.
The outputs of "ldd -r libMKLDNNPlugin.so" are
linux-vdso.so.1 (0x00007ffd6c076000)
libtbb.so.2 => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/external/tbb/lib/libtbb.so.2 (0x00007eff84202000)
libinference_engine.so => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/lib/intel64/libinference_engine.so (0x00007eff83b8c000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007eff83988000)
libmkl_tiny_tbb.so => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/external/mkltiny_lnx/lib/libmkl_tiny_tbb.so (0x00007eff81ab7000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007eff8172e000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007eff81390000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007eff81178000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007eff80f59000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007eff80b68000)
/lib64/ld-linux-x86-64.so.2 (0x00007eff85c68000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007eff80960000)
libngraph.so => /opt/intel/openvino_2020.1.023/deployment_tools/ngraph/lib/libngraph.so (0x00007eff8011c000)
Thanks!
Yun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ye, Yun (Intel) wrote:Hi I've got the same problem. Uninstalling cython does not work for me.
The outputs of "ldd -r libMKLDNNPlugin.so" are
linux-vdso.so.1 (0x00007ffd6c076000)
libtbb.so.2 => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/external/tbb/lib/libtbb.so.2 (0x00007eff84202000)
libinference_engine.so => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/lib/intel64/libinference_engine.so (0x00007eff83b8c000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007eff83988000)
libmkl_tiny_tbb.so => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/external/mkltiny_lnx/lib/libmkl_tiny_tbb.so (0x00007eff81ab7000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007eff8172e000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007eff81390000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007eff81178000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007eff80f59000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007eff80b68000)
/lib64/ld-linux-x86-64.so.2 (0x00007eff85c68000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007eff80960000)
libngraph.so => /opt/intel/openvino_2020.1.023/deployment_tools/ngraph/lib/libngraph.so (0x00007eff8011c000)
Thanks!
Yun
On my another computer, after I've uninstalled cython, it still has runtime error. But re-installing the anaconda did solve the problem, I'm not clear about the reason here, so you may consider reinstall anaconda.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you! Wenjing.
I switched to 2019.3. It works well now.
Kang, Wenjing (Intel) wrote:Quote:
Ye, Yun (Intel) wrote:
Hi I've got the same problem. Uninstalling cython does not work for me.
The outputs of "ldd -r libMKLDNNPlugin.so" are
linux-vdso.so.1 (0x00007ffd6c076000)
libtbb.so.2 => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/external/tbb/lib/libtbb.so.2 (0x00007eff84202000)
libinference_engine.so => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/lib/intel64/libinference_engine.so (0x00007eff83b8c000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007eff83988000)
libmkl_tiny_tbb.so => /opt/intel/openvino_2020.1.023/deployment_tools/inference_engine/external/mkltiny_lnx/lib/libmkl_tiny_tbb.so (0x00007eff81ab7000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007eff8172e000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007eff81390000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007eff81178000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007eff80f59000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007eff80b68000)
/lib64/ld-linux-x86-64.so.2 (0x00007eff85c68000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007eff80960000)
libngraph.so => /opt/intel/openvino_2020.1.023/deployment_tools/ngraph/lib/libngraph.so (0x00007eff8011c000)
Thanks!
Yun
On my another computer, after I've uninstalled cython, it still has runtime error. But re-installing the anaconda did solve the problem, I'm not clear about the reason here, so you may consider reinstall anaconda.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page