hedes1992 / lab_server

实验室服务器说明
4 stars 5 forks source link

Tensorflow 1.14版本以上glibc环境问题 #10

Open hedes1992 opened 5 years ago

hedes1992 commented 5 years ago

image

hedes1992 commented 5 years ago
  1. 参考 https://blog.csdn.net/chenvast/article/details/79103288
  2. glibc 下载地址:https://mirrors.tuna.tsinghua.edu.cn/gnu/glibc/
  3. 编译排错:https://blog.csdn.net/qq_24755999/article/details/78722788
  4. 为了不影响系统glibc,使用LD_LIBRARY_PATH来指定glibc版本:https://stackoverflow.com/questions/48591455/glibc-2-14-not-found-what-should-i-do-if-i-am-not-root
hedes1992 commented 5 years ago

上面的方案会报奇怪的错误,参考下面的连接安装glibc-2.23 即可 https://zhuanlan.zhihu.com/p/33059558