在centos5下安装TensorFlow。
步骤:
1.安装python3.5
2.安装pip3,同时建立软链接。
3.安装TensorFlow,pip install --upgrade tensorflow
出现问题:
1./lib64/libc.so.6:version GLIBC_2.14not found
解决办法:
时间: 2024-11-09 14:19:10
在centos5下安装TensorFlow。
步骤:
1.安装python3.5
2.安装pip3,同时建立软链接。
3.安装TensorFlow,pip install --upgrade tensorflow
出现问题:
1./lib64/libc.so.6:version GLIBC_2.14not found
解决办法: