GLIBC Version Issue

Hi Guys,

I have GLIBC version issue.

Current linux system GLIBC is 2.12 and pytorch need 2.14.

I tried two ways:

  1. Install from the source - No success!

  2. Installed GLIBC_2.14 in home and linked pytorch with it. I could import pytorch, but when I run gives segmentataion fault.

I see similar GLIBC version issue with tensorflow as well when I install using pip. But no issues if installed using conda. I suspect that tensorflow is picking glibc from anaconda.

But, no luck with pytorch either ways (pip or conda).

Any commments ?

Thanks,