Our server is running on Redhat 6.8 and having the Anaconda Python 3.6.1 installed.
We tried to do import the python module: Keras / Tensorflow and found out we need to upgrade the Glibc from 2.12 to 2.14 in order to make that works.
We are downloaded and installed the Glibc 2.14 as separate installation according to the instruction from this link How to upgrade glibc from version 2.12 to 2.14 on CentOS?
Then we tried to import the Keras module inside the Python python interpreter, it gives us the error "Segmentation fault (core dumped)" error and kicks back out to the OS command prompt. Before we installed the Glibc 2.14, it gives us an error Glibc 2.14 not found.
This is the link we followed to install the Tensorflow from the beginning. https://www.tensorflow.org/install/install_linux#InstallingAnaconda
Anyone know how to solve this issue?
Thank you!