SynapseML
SynapseML copied to clipboard
[Question] What is glibc requirement for lightgbm in SynapseML ?
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.
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.
Has this problem been solved?
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.
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.