facebookarchive / tutorials

Caffe2 Tutorials
Apache License 2.0
124 stars 60 forks source link

ImportError: No module named caffe.proto #24

Closed parvez018 closed 4 years ago

parvez018 commented 4 years ago

I get the following error when trying to translate caffe model to caffe2: from caffe.proto import caffe_pb2 ImportError: No module named caffe.proto

My caffe2 installation was successfull. I get Success when I run the following code: python -c 'from caffe2.python import core' 2>/dev/null && echo "Success" || echo "Failure"

Any idea whats causing the issue?

parvez018 commented 4 years ago

Resolved by using export PYTHONPATH=/path/to/caffe/python:$PYTHONPATH