Open arisliang opened 6 years ago
After install TensorFlow Serving, the error becomes:
tensorflow_model_server: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version
GLIBCXX_3.4.22' not found (required by tensorflow_model_server) tensorflow_model_server: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version
CXXABI_1.3.11' not found (required by tensorflow_model_server)
操作系统版本?
ubuntu 16.04 tensorflow 1.6
是在ubuntu16.04使用bazel编译tensorflow serving成功后,在ubuntu16.04上运行tensorflow serving报的错误吗?
没有,我应该是直接安装binaries (https://www.tensorflow.org/serving/setup).
可能他编译的环境和你的不一样,你可以试试Installing from source
$ ./tensorflow_model_server --port=9000 --model_base_path=./rnn_model --model_name=antispam
找不到server, #https://github.com/pakrchen/text-antispam/issues/1