How to install xgboost on PythonAnywhere?

独自空忆成欢 提交于 2019-12-11 16:35:45

问题


i am trying this :

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

but i get the following error:

~/xgboost $ python setup.py develop --user
python: can't open file 'setup.py': [Errno 2] No such file or directory

how can i install xgboost or something similar(xgb magic,lightgbm ) on PythonAnywhere?

来源:https://stackoverflow.com/questions/46800464/how-to-install-xgboost-on-pythonanywhere

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!