SynapseML icon indicating copy to clipboard operation
SynapseML copied to clipboard

[Question] What is glibc requirement for lightgbm in SynapseML ?

Open ttpro1995 opened this issue 1 year ago • 4 comments

For solving error:

/lib64/libm.so.6: version `GLIBC_2.27' not found

As in lightgbm docs tell requirement for glibc version

For Linux users, glibc >= 2.14 is required for LightGBM <=3.3.3 and glibc >= 2.28 is required for newer versions.

However, I am having difficult finding version of lightgbm for each SynapseML version or glibc requirement.

Please show me where I can see lightgbm version for each SynapseML version, and its glibc requirement.

ttpro1995 avatar Sep 04 '23 06:09 ttpro1995

Hey @ttpro1995 :wave:! Thank you so much for reporting the issue/feature request :rotating_light:. Someone from SynapseML Team will be looking to triage this issue soon. We appreciate your patience.

github-actions[bot] avatar Sep 04 '23 06:09 github-actions[bot]

Has this problem been solved?

mmx1997 avatar Mar 04 '24 16:03 mmx1997

Has this problem been solved?

For the requirement of GLIBC_2.27, it have been solved by install GLIBC_2.27 into OS. The solution is not optimal.

However, the question to ask for list of version -> corresponding requirement of glibc library is not found yet. The question of this issue is not answer yet.

ttpro1995 avatar Mar 04 '24 17:03 ttpro1995

I think the answer is 0.10.2. The clue is as follows: Lightgbm 3.3.4 was released at Jan 5, 2023. Synapseml 0.10.2 was released at Nov 22, 2022, and the next version 0.11.0 was released at Mar 5, 2023.

futureer avatar Jul 31 '24 01:07 futureer