Can't import pytorch 1.0 "ImportError: /lib64/libc.so.6: version 'GLIBC_2.14'"

Hi guys :sweat_smile: , I installed pytorch 1.0 but when I imported it in python, I saw this error
File "<stdin>", line 1, in <module>
File "/home/qwe123/data/conda_packages/lib/python3.6/site-packages/torch/__init__.py", line 84, in <module>
from torch._C import *
ImportError: /lib64/libc.so.6: version 'GLIBC_2.14' not found (required by /home/qwe123/data/conda_packages/lib/python3.6/site-packages/torch/lib/libshm.so)

I used pytorch 4.0 without any problems with python 3.6 :confused:
ldd --version gives me ldd (GNU libc) 2.12
lsb_release -a prints CentOS release 6.8 (Final)
I use CUDA 8 and Cudnn 7