Skip to content

Commit

Permalink
[docs] update link to GitHub anchor conventions (microsoft#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored and ChipKerchner committed Jun 11, 2020
1 parent 41f4089 commit 2d1c929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,6 @@ We are doing our best to provide universal wheels which have high running speed
However, sometimes it's just impossible to guarantee the possibility of usage of LightGBM in any specific environment (see `Microsoft/LightGBM#1743 <https://github.com/microsoft/LightGBM/issues/1743>`__).

Therefore, the first thing you should try in case of segfaults is **compiling from the source** using ``pip install --no-binary :all: lightgbm``.
For the OS-specific prerequisites see `this guide <https://github.com/microsoft/LightGBM/blob/master/python-package/README.rst#build-from-sources>`__.
For the OS-specific prerequisites see `this guide <https://github.com/microsoft/LightGBM/blob/master/python-package/README.rst#user-content-build-from-sources>`__.

Also, feel free to post a new issue in our GitHub repository. We always look at each case individually and try to find a root cause.

0 comments on commit 2d1c929

Please sign in to comment.