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

Installation error #6447

Open
SayantiBardhan opened this issue Jul 1, 2018 · 3 comments
Open

Installation error #6447

SayantiBardhan opened this issue Jul 1, 2018 · 3 comments

Comments

@SayantiBardhan
Copy link

I am getting the following error.

CMake Error at cmake/ProtoBuf.cmake:6 (find_package):
Could not find a configuration file for package "Protobuf" that is
compatible with requested version "".

The following configuration files were considered but not accepted:

C:/Users/tuhin.LAPTOP-P0E9LHGV/.caffe/dependencies/libraries/cmake/protobuf-config.cmake, version: 3.1.0 (64bit)
C:/Users/tuhin.LAPTOP-P0E9LHGV/.caffe/dependencies/libraries/cmake/protobuf-config.cmake, version: 3.1.0 (64bit)
C:/Users/tuhin.LAPTOP-P0E9LHGV/Anaconda3/Library/cmake/protobuf-config.cmake, version: 3.5.2 (64bit)

Call Stack (most recent call first):
cmake/Dependencies.cmake:48 (include)
CMakeLists.txt:80 (include)

Configuring incomplete, errors occurred!
See also "C:/Users/tuhin.LAPTOP-P0E9LHGV/Downloads/mycaffe/CMakeFiles/CMakeOutput.log".
See also "C:/Users/tuhin.LAPTOP-P0E9LHGV/Downloads/mycaffe/CMakeFiles/CMakeError.log".

@ireqhawk
Copy link

ireqhawk commented Jul 2, 2018

which is the version you installed of protobuf.
the error means could not find ".cmake" file,you should check your install file

@srbnghosh99
Copy link

I am getting this error. How to fix this problem? @ireqhawk

PROTOC src/caffe/proto/caffe.proto
CXX .build_release/src/caffe/proto/caffe.pb.cc
In file included from .build_release/src/caffe/proto/caffe.pb.cc:5:0:
.build_release/src/caffe/proto/caffe.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is
#error This file was generated by a newer version of protoc which is
^
.build_release/src/caffe/proto/caffe.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update
#error incompatible with your Protocol Buffer headers. Please update
^
.build_release/src/caffe/proto/caffe.pb.h:14:2: error: #error your headers.
#error your headers.
^
In file included from .build_release/src/caffe/proto/caffe.pb.cc:5:0:
.build_release/src/caffe/proto/caffe.pb.h:23:35: fatal error: google/protobuf/arena.h: No such file or directory
compilation terminated.
Makefile:588: recipe for target '.build_release/src/caffe/proto/caffe.pb.o' failed
make: *** [.build_release/src/caffe/proto/caffe.pb.o] Error 1

@Noiredd
Copy link
Member

Noiredd commented Aug 16, 2018

Please read the checklist in the issue template and complete your issue accordingly:

read the guidelines and remove the first paragraph
write a short summary and detailed steps to reproduce
explain how solutions to related problems failed (tick if found none)
fill system configuration
attach relevant logs/config files (tick if not applicable)

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

4 participants