[Python] Tensorflow problems

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.