I installed caffe
on Ubuntu 16.04.
In the terminal I type into Python and import caffe
, no error tips.
When I run a Python script use 'python demo.PY' I get one error with the following tip:
from ._caffe import Net SGDSolver...
import error libprotobuf.so.8 cannot open shared object file.
I checked my ubuntu os and just found libprotobuf.so.9.
How do I fix this bug?