-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segfault with Python 3.9 MacOS conda #4666
Comments
It looks like this is an issue with the wheel, or an incompatibility of the wheel with conda. This resolved the issue for me:
which results in
@sonichi - the reason I ran into this issue in the first place is that I ran So this issue can be avoided, but IMO would still be nice to identify the root cause and fix it if possible. |
Hey @cdeil, thanks for reporting this issue! This is a duplicate of #4632 and the root cause is the upstream bug in |
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: