Skip to content

Missing libprotobuf error #5

@mikeklm

Description

@mikeklm

I have a caffe distribution that has all of the layers that are in your module.
I have succesfully bulit caffe and pycaffe for that build.
I set the CAFE_ROOT and PYTHONPATH variables to point to my build.

When I run:
python caffe2onnx.py deploy.prototxtmodel_caffemodel onnx_name,
I get:
Traceback (most recent call last):
File "caffe2onnx.py", line 3, in
from converter.onnx.caffe_parser import caffe2onnx_converter
File "/home/mkraus/caffe2onnx/converter/onnx/caffe_parser.py", line 7, in
import caffe
File "/home/mkraus/caffe/python/caffe/init.py", line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
File "/home/mkraus/caffe/python/caffe/pycaffe.py", line 13, in
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver,
ImportError: libprotobuf.so.9: cannot open shared object file: No such file or directory

If I don't set PYTHONPATH, I get a 'can't import caffe' error.

I tried running the model examples, these failed too. Please help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions