Installation Problems
Problem: installation failed using pip
, got
ImportError: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /home/xsx/.conda/envs/tensorflow/lib/python3.7/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so)
Solution: install using conda.
conda create -n tfgpu python=3.6.8 tensorflow=1.13.1
Reference: Github Issue.