很大程度是因为cmake版本过低导致
CMake 3.13 or higher is required. You are running version 3.10.2
sudo apt remove --purge cmake
hash -r
sudo snap install cmake --classic
cmake --version
pip3 install xgboost
很大程度是因为cmake版本过低导致
CMake 3.13 or higher is required. You are running version 3.10.2
sudo apt remove --purge cmake
hash -r
sudo snap install cmake --classic
cmake --version
pip3 install xgboost