I am trying to install glibc through conda on CentOS - 6.5
using
conda install -c dan_blanchard glibc
It installs glibc-2.18.
I am getting Getting segmentation fault(core dumped)
after running the above command when I try to open the python in terminal.
I am working on a remote server with no admin privileges.
On running echo $LD_LIBRARY_PATH
, I am getting
/share/opt/python/3.6.5/lib:/share/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
I need to update Glibc for installing pytorch=1.3
from source .
Is it possible to update glibc?
If yes, then what I can do to make it right?
I checked the below answer also but couldn't apply to my use-case as it have root privileges.