CMake is not able to find BOOST libraries

后端 未结 8 1765
既然无缘
既然无缘 2020-12-07 22:00

I tried everything like:

  1. Configure environment variable
  2. Make fresh build
  3. Re-install BOOST from source
  4. sudo apt-get install libb
8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 22:55

    I got the same error the first time I wanted to install LightGBM on python (GPU version).

    You can simply fix it with this command line :

    sudo apt-get install cmake libblkid-dev e2fslibs-dev libboost-all-dev libaudit-dev
    

    the boost libraries will be installed and you'll be fine to continue your installation process.

提交回复
热议问题