- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When compiling the Inference Engine samples on Ubuntu, I get this error:
CMake Error at /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Inference Engine cannot be found at
/opt/intel/openvino_2019.1.133/deployment_tools/inference_engine/share/../lib/intel64.
Please consult InferenceEgnineConfig.cmake module's help page. (missing:
IE_LIBRARY) (Required is at least version "1.6")
Call Stack (most recent call first):
/usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/opt/intel/openvino_2019.1.133/deployment_tools/inference_engine/share/InferenceEngineConfig.cmake:121 (find_package_handle_standard_args)
CMakeLists.txt:142 (find_package)
CMake Error at CMakeLists.txt:142 (find_package):
Found package configuration file:
/opt/intel/openvino_2019.1.133/deployment_tools/inference_engine/share/InferenceEngineConfig.cmake
but it set InferenceEngine_FOUND to FALSE so package "InferenceEngine" is
considered to be NOT FOUND.
After going through all the installation steps, the LD_LIBRARY_PATH contains "/opt/intel/openvino_2019.1.133/deployment_tools/inference_engine/lib/intel64" , but there is no "lib" directory under "inference_engine"
In the installation, the Inference Engine is missing from the options, as in this sreenshot from the directions, nor is it present in the command line installer:

How do I compile the inference engine shared libraries?
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When the Inference Engine and OpenCV packages are not shown in the GUI installer, you are probably not running on Ubuntu Xenial or Bionic. A workaround to still have these packages installed on an unsupported version of Ubuntu, is to modify the file pset/mediaconfig.xml: e.g. change '${DISTRIB_CODENAME} = bionic' to '${DISTRIB_CODENAME} = disco'.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page