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

Problems installing the Intel® Graphics Compute Runtime for OpenCL™ driver components

Nair__Adarsh
Beginner
3,391 Views

I tried installing the drivers to use my GPU for OpenVINO and executed the commands as mentioned in the docs:

 /opt/intel/openvino/install_dependencies$ ./install_NEO_OCL_driver.sh
Intel OpenCL graphics driver installer
ERROR: you must run this script as root.
Please try again with sudo -E ./install_NEO_OCL_driver.sh, or as root.
doctor_s@doc-Predator:/opt/intel/openvino/install_dependencies$ sudo -E ./install_NEO_OCL_driver.sh
Intel OpenCL graphics driver installer
Looking for previously installed user-mode driver...
dpkg-query: no packages found matching intel-opencl
dpkg-query: no packages found matching intel-ocloc
dpkg-query: no packages found matching intel-gmmlib
Found intel-igc-core installed, uninstalling...
dpkg: dependency problems prevent removal of intel-igc-core:
 intel-igc-opencl depends on intel-igc-core (= 1.0.10-2407).

dpkg: error processing package intel-igc-core (--purge):
 dependency problems - not removing
Errors were encountered while processing:
 intel-igc-core
ERROR: unable to remove intel-igc-core
       please resolve it manually and try to launch the script again.

 

Specs:

OS: Ubuntu 18.04 LTS

Processor: Intel® Core™ i5-8300H CPU @ 2.30GHz × 8

GPU: Mesa Intel® UHD Graphics 630 (CFL GT2)

 

I'm still learning and do not know how to proceed, kindly help me out. Thank you in anticipation!

0 Kudos
2 Replies
Iffa_Intel
Moderator
3,391 Views

Greetings,

You need to run the install command as root. The installer require access as root/admin because there are certain modification it needs to do.

Try:  sudo ./install_NEO_OCL_driver.sh

 

Hope my answer helps!

Sincerely,

Iffa

Weizixiu
Beginner
3,282 Views

Hi,Nair

If you run the script as root, and it still doesn't work .

you can try this :

1:apt remove intel-igc-opencl

2:apt remove intel-igc-core

Then,try the script again!

 

0 Kudos
Reply