码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu16.04安装xgboost

时间:2017-06-10 17:13:45      阅读:316      评论:0      收藏:0      [点我收藏+]

标签:comm   git   2.7   boost   ipy   解决   方法   str   err   

1.Python下安装方法

git clone --recursive https://github.com/dmlc/xgboost
cd xgboost
ake -j4
cd python-package/
sudo python setup.py install

如果在import xgboost后,遇到问题

OSError: /home/common/anaconda2/lib/python2.7/site-packages/scipy/sparse/../../../../libstdc++.so.6: version `GLIBCXX_3.4.20‘ not found (required by /home/common/coding/coding/Scala/xgboost/python-package/xgboost/../../lib/libxgboost.so)

解决方法

conda install libgcc

 

Ubuntu16.04安装xgboost

标签:comm   git   2.7   boost   ipy   解决   方法   str   err   

原文地址:http://www.cnblogs.com/tonglin0325/p/6978890.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!