LightGBM Python Package ======================= Installation ------------ 1. Following `Installation Guide `__ to build first. For the windows user, please change the build config to ``DLL``. 2. Install with ``cd python-package; python setup.py install`` Note: Make sure you have `setuptools `__ Examples -------- - Refer also to the walk through examples in `python-guide folder `__ Troubleshooting -------- - **Trouble 1**: I see error messages like this when install from github using `python setup.py install`. error: Error: setup script specifies an absolute path: /Users/Microsoft/LightGBM/python-package/lightgbm/../../lib_lightgbm.so setup() arguments must *always* be /-separated paths relative to the setup.py directory, *never* absolute paths. - **Solution 1**: please check `here `__.