diff --git a/python-package/build_trouble_shooting.md b/python-package/build_trouble_shooting.md index 67bcfda8c..71fd57fe2 100644 --- a/python-package/build_trouble_shooting.md +++ b/python-package/build_trouble_shooting.md @@ -10,7 +10,7 @@ Linux platform (also Mac OS X in general) ------------ **Trouble 0**: I see error messages like this when install from github using `python setup.py install`. - XGBoostLibraryNotFound: Cannot find XGBoost Libarary in the candicate path, did you install compilers and run build.sh in root path? + XGBoostLibraryNotFound: Cannot find XGBoost Libarary in the candidate path, did you install compilers and run build.sh in root path? List of candidates: /home/dmlc/anaconda/lib/python2.7/site-packages/xgboost-0.4-py2.7.egg/xgboost/libxgboostwrapper.so /home/dmlc/anaconda/lib/python2.7/site-packages/xgboost-0.4-py2.7.egg/xgboost/../../wrapper/libxgboostwrapper.so @@ -49,4 +49,4 @@ Most of the troubles and solutions are the same with that in the Linux platform. **Solution 0**: `clang LLVM` compiler on Mac OS X from Xcode doesn't support OpenMP multi-thread. An alternative choice is installing `homebrew` and `brew install g++-5` which provides multi-thread OpenMP support. **Trouble 1**: Can I install `clang-omp` for supporting OpenMP without using `gcc`? -**Solution 1**: it is not support and may have linking errors. \ No newline at end of file +**Solution 1**: it is not support and may have linking errors.