I have installed lightGBM as described here on Linux:
https://github.com/Microsoft/LightGBM/wiki/Installation-Guide#linux-2
I am able to successfully run the GPU training (and CPU) using the CLI: https://github.com/Microsoft/LightGBM/blob/master/docs/GPU-Tutorial.md#run-your-first-learning-task-on-gpu
However, when i try to import the python package (python 3.6) I receive the following error:
OSError: /home/anaconda3/lib/python3.6/site-packages/lightgbm-0.2-py3.6.egg/lightgbm/lib_lightgbm.so: symbol clCreateCommandQueueWithProperties, version OPENCL_2.0 not defined in file libOpenCL.so.1 with link time reference
I am pretty new to understanding linking and other things that may be the problem. Anyone able to provide some easy to follow suggestions?