Python Issue

198 views
Skip to first unread message

Wesam Manassra

unread,
Jul 17, 2015, 8:13:47 PM7/17/15
to caffe...@googlegroups.com
Hey Guys, 

I am trying to use the python interface, but I noticed that when I run "import caffe", I get the following error: 

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "caffe\__init__.py", line 1, in <module>
    from .pycaffe import Net, SGDSolver
  File "caffe\pycaffe.py", line 16, in <module>
    import caffe.io
  File "caffe\io.py", line 8, in <module>
    from caffe.proto import caffe_pb2
ImportError: No module named proto

I noticed that the python/caffe folder does not actually have a folder/package called "proto". Did I miss a step somewhere? 

Thanks! 

Reply all
Reply to author
Forward
0 new messages