Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cant create caffe.pb.h file #176

Open
ghost opened this issue Jul 2, 2019 · 2 comments
Open

I cant create caffe.pb.h file #176

ghost opened this issue Jul 2, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 2, 2019

I want to install caffe on windows 10 with cpu only. I follow instructions but when I want to build with visual studio 2013 it gives error such as"Cannot open include file: 'caffe/proto/caffe.pb.h': No such file or directory". When I googled the web I learnt that I should create it with protoc command. protoc src/caffe/proto/caffe.proto --cpp_out=.
I write following command on conda command window it gives error also. Error is "'protoc' is not recognized as an internal or external command, operable program or batch file.

I tried different versions of protobuf but nothing changed. May be I am using wrong version or something else.

@RemiDav
Copy link

RemiDav commented Oct 30, 2019

did you solve it ? Stuck at the same point

@ghost
Copy link
Author

ghost commented Oct 30, 2019

Finally, I installed Caffe on a linux machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant