-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inference Engine cannot find ie_api.so #13592
Comments
Is it ARM platform? |
Yes it does. Is it possible to install from source for Raspberry Pi 3b as I cannot see in supported device list - only Raspberry Pi 4) or should I cross compile for ARM using Docker as this issue #8343 Sorry I am newbie to this. |
From the I suppose you have 32 bits OS? |
Hello ilya-lavrenov it is 64 bits OS
|
Hello, I reinstall raspbian stretch (raspbian9) and use
|
You don't have to run this script for Raspbian OS. OpenVINO can work without those dependencies. |
System information (version)
Detailed description
Steps to reproduce
I installed OpenVINO toolkit l_openvino_toolkit_ubuntu20_2022.2 and setup variable. However when I tried to import inference_engine from openvino it yields
ie_api.so: cannot open shared object file: No such file or directory
although the file is there.I also add
/opt/intel/openvino/ubun20/l_openvino_toolkit_ubuntu20_2022.2.0.7713.af16ea1d79a_x86_64/python/python3.8/openvino/inference_engine
to $LD_LIBRARY_PATH but without luck. Any idea how can I solve itIssue submission checklist
The text was updated successfully, but these errors were encountered: