起因是因为TensorFlow Serving的服务用Flask做了个接口,但是再配置uwsgi的时候报错:
lto1: fatal error: bytecode stream generated with LTO version 6.0 instead of the expected 4.1
通过百度找到解决方案,使用anaconda安装(因为TensorFlow Serving已经安装过anaconda了)
conda install -c conda-forge uwsgi
如果还报错,找不到 libiconv.so,则继续执行:
conda install -c conda-forge libiconv
阿里云 Ubuntu 16.04.7 已验证通过