首页 > 代码库 > Ubuntu: ImportError: No module named xgboost
Ubuntu: ImportError: No module named xgboost
ImportError: No module named xgboost
解决办法:
git clone --recursive https://github.com/dmlc/xgboost cd xgboost; sudo make -j4 sh build.sh cd python-package python setup.py install
如果已经完成了一下步骤:
git clone --recursive https://github.com/dmlc/xgboost cd xgboost; sudo make -j4
请尝试在当前目录下继续执行:
sh build.sh cd python-package python setup.py install
更多细节见:
http://stackoverflow.com/questions/40747738/importerror-no-module-named-xgboost
Ubuntu: ImportError: No module named xgboost
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。