update pip building, troubleshooting with new makefile, plus friendly error message when fail importing sklearn
This commit is contained in:
4
Makefile
4
Makefile
@@ -177,11 +177,9 @@ Rcheck:
|
||||
R CMD check --as-cran xgboost*.tar.gz
|
||||
|
||||
pythonpack:
|
||||
#make clean
|
||||
#for pip maintainer only
|
||||
cd subtree/rabit;make clean;cd ..
|
||||
rm -rf xgboost-deploy xgboost*.tar.gz
|
||||
#pip install pypandoc and also brew/apt-get install pandoc
|
||||
python python-package/conv_rst.py
|
||||
cp -r python-package xgboost-deploy
|
||||
#cp *.md xgboost-deploy/
|
||||
cp LICENSE xgboost-deploy/
|
||||
|
||||
Reference in New Issue
Block a user