You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% conda list | grep lightgbm
lightgbm 3.2.1 py39h9fcab8e_0 conda-forge
@sonichi - the reason I ran into this issue in the first place is that I ran pip install flaml since there was no conda-forge package for it, and the pip resolver installed the lightgbm wheel as part of the flaml install.
So this issue can be avoided, but IMO would still be nice to identify the root cause and fix it if possible.
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.
Description
The simple example below segfaults:
Reproducible example
Environment info
LightGBM version or commit hash: lightgbm-3.3.0-py3-none-macosx_10_14_x86_64.macosx_10_15_x86_64.macosx_11_0_x86_64.whl
Command(s) you used to install LightGBM
Additional Comments
Originally reported in microsoft/FLAML#243 but as mentioned in microsoft/FLAML#243 (comment) it's a
lightgbm
issue, has nothing to do withflaml
.The text was updated successfully, but these errors were encountered: