I want to install the GPU version of lightgbm on Ubuntu, based on the following command:
pip install lightgbm --install-option=--gpu
During installation, an error is occurred saying "Please install CMake first". After installing CMake, I get the same error again. To be sure that CMake is installed, I run the following command and get the correct version of the installed CMake:
/opt/cmake/bin/cmake -version
What is the possible reason of this error?