From 4c192460970c016da3dbb75a60ca61e401317d16 Mon Sep 17 00:00:00 2001 From: "Trawinski, Dariusz" Date: Wed, 30 Nov 2022 15:55:01 +0100 Subject: [PATCH] Add missing libpython3.8 in install dep script for ubuntu18 (#14337) * update code deps for rhel * new neo driver version * new neo driver version fix * fix * fix * drop not needed gpu packages * removed not necessry NEO packages, updated ov deps * add gflag for rhel8 os * update python on ubuntu18 and add core rhel8 rpm URLs * add libpython3.8 Co-authored-by: Ilya Lavrenov --- scripts/install_dependencies/install_openvino_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dependencies/install_openvino_dependencies.sh b/scripts/install_dependencies/install_openvino_dependencies.sh index be3fedba986..2d04e35f696 100755 --- a/scripts/install_dependencies/install_openvino_dependencies.sh +++ b/scripts/install_dependencies/install_openvino_dependencies.sh @@ -118,7 +118,7 @@ elif [ "$os" == "ubuntu18.04" ] ; then pkgs_core=(libtbb2 libpugixml1v5) pkgs_opencv_req=(libgtk-3-0 libgl1) - pkgs_python=(python3.8 python3.8-venv python3-pip) + pkgs_python=(python3.8 libpython3.8 python3.8-venv python3-pip) pkgs_dev=(cmake pkg-config g++ gcc libc6-dev libgflags-dev zlib1g-dev nlohmann-json-dev make curl sudo) pkgs_myriad=(libusb-1.0-0) pkgs_cl_compiler=(libtinfo5)