问题
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