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.
6460 Discussions

Inference Engine libraries not built in install [2019.1.133 Linux]

Kamal_Devanga
Beginner
1,726 Views

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.

0 Kudos
1 Reply
Bankras__Radko
Beginner
1,726 Views

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'.

0 Kudos
Reply