- type : git clone --recursive https://github.com/dmlc/xgboost.git
- type : cd xgboost
- type : make
- type : cd python-package
- type : python setup.py install --user
- import xgboost as xgb
https://github.com/dmlc/xgboost/blob/master/doc/python/python_intro.md
@duttabhishek0
Even I am getting the same error while installing on a Linux Server. Were you able to find any workaround for this ?
I am trying to install on Ubuntu 18.04.5 LTS Server, Python 3.6.9
Regards.