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.

Installing OpenVino in Ubuntu16.04

nnain1
New Contributor I
1,724 Views

I am installing Openvino latest version 2020.4 and I have finished first part installation.

Now is installing External Software Dependencies.

I am doing the following and I have errors.

  1. Change to the install_dependencies directory:
    cd /opt/intel/openvino/install_dependencies
  2. Run a script to download and install the external software dependencies:
    sudo -E ./install_openvino_dependencies.sh
    The dependencies are installed. Continue to the next section to set your environment variables.

The errors are

coie@coie-HP-Z440-Workstation:/opt/intel/openvino/install_dependencies$ sudo -E ./install_openvino_dependencies.sh

This script installs the following OpenVINO 3rd-party dependencies:
1. GTK+, FFmpeg and GStreamer libraries used by OpenCV
2. libusb library required for Myriad plugin for Inference Engine
3. build dependencies for OpenVINO samples
4. build dependencies for GStreamer Plugins

Get:1 file:/var/nv-tensorrt-repo-cuda10.0-trt5.1.5.0-ga-20190427 InRelease
Ign:1 file:/var/nv-tensorrt-repo-cuda10.0-trt5.1.5.0-ga-20190427 InRelease
Get:2 file:/var/visionworks-repo InRelease
Ign:2 file:/var/visionworks-repo InRelease
Get:3 file:/var/visionworks-sfm-repo InRelease
Ign:3 file:/var/visionworks-sfm-repo InRelease
Get:4 file:/var/visionworks-tracking-repo InRelease
Ign:4 file:/var/visionworks-tracking-repo InRelease
Get:5 file:/var/nv-tensorrt-repo-cuda10.0-trt5.1.5.0-ga-20190427 Release [574 B]
Get:6 file:/var/visionworks-repo Release [1,999 B]
Get:7 file:/var/visionworks-sfm-repo Release [2,003 B]
Get:8 file:/var/visionworks-tracking-repo Release [2,008 B]
Get:5 file:/var/nv-tensorrt-repo-cuda10.0-trt5.1.5.0-ga-20190427 Release [574 B]
Get:6 file:/var/visionworks-repo Release [1,999 B]
Get:7 file:/var/visionworks-sfm-repo Release [2,003 B]
Get:8 file:/var/visionworks-tracking-repo Release [2,008 B]
Hit:9 https://download.docker.com/linux/ubuntu xenial InRelease
Hit:11 https://nvidia.github.io/libnvidia-container/ubuntu16.04/amd64 InRelease
Hit:12 https://nvidia.github.io/nvidia-container-runtime/ubuntu16.04/amd64 InRelease
Hit:13 https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64 InRelease
Get:17 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:19 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial InRelease
Hit:20 http://ppa.launchpad.net/jonathonf/gcc-7.1/ubuntu xenial InRelease
Get:21 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [78.7 kB]
Hit:22 http://ppa.launchpad.net/jonathonf/gcc-7.3/ubuntu xenial InRelease
Get:23 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [124 kB]
Get:24 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2,468 B]
Hit:25 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial InRelease
Hit:26 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu xenial InRelease
Ign:18 https://get.docker.io/ubuntu docker InRelease
Get:27 https://get.docker.io/ubuntu docker Release [1,525 B]
Get:28 https://get.docker.io/ubuntu docker Release.gpg [473 B]
Fetched 316 kB in 3s (94.0 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
287 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://get.docker.io/ubuntu/dists/docker/Release.gpg: Signature by key 36A1D7869245C8950F966E92D8576A8BA88D21E9 uses weak digest algorithm (SHA1)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package cmake is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'cmake' has no installation candidate
E: Unable to locate package libusb-1.0-0-dev
E: Couldn't find any package by glob 'libusb-1.0-0-dev'
E: Couldn't find any package by regex 'libusb-1.0-0-dev'
coie@coie-HP-Z440-Workstation:/opt/intel/openvino/install_dependencies$ cmake --version
cmake version 3.15.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).
coie@coie-HP-Z440-Workstation:/opt/intel/openvino/install_dependencies$

 

Actually I have CMake with version 3.15.

0 Kudos
1 Solution
Munesh_Intel
Moderator
1,693 Views

Hi Nyan Naing,

I suggest you use the attached Dockerfile for your installation.

Please be informed that this Dockerfile has been validated for Ubuntu 18.04 LTS only. 

 

Regards,

Munesh

View solution in original post

0 Kudos
2 Replies
Munesh_Intel
Moderator
1,694 Views

Hi Nyan Naing,

I suggest you use the attached Dockerfile for your installation.

Please be informed that this Dockerfile has been validated for Ubuntu 18.04 LTS only. 

 

Regards,

Munesh

0 Kudos
Munesh_Intel
Moderator
1,669 Views

Hi Nyan Naing,


Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question.


Regards,

Munesh


0 Kudos
Reply