2021-01-13 解决 "/lib64/libc.so.6:

2021-01-13  本文已影响0人  大木博士丶

背景信息:

https://github.com/tensorflow/tfx/tree/master/examples/chicago_taxi

在执行上述tensorflow项目时报错,缺少GLIBC_2.18,参数如下内容得到解决:

curl -O http://ftp.gnu.org/gnu/glibc/glibc-2.18.tar.gztar zxf glibc-2.18.tar.gz cd glibc-2.18/mkdir buildcd build/../configure --prefix=/usrmake -j2make install
上一篇 下一篇

猜你喜欢

热点阅读