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 <ilya.lavrenov@intel.com>
This commit is contained in:
parent
9a938be94d
commit
4c19246097
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user