-
Notifications
You must be signed in to change notification settings - Fork 79
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
Protobuf version compatibility problem #13
Comments
I'm having this same problem when building with ROS applications using catkin/cmake and install Protobuf outside of
Putting together each
I am using Tensorflow r1.3. Through your method, I am installing Protobuf v3.3 into a directory in my home directory. When printing out my Thanks for all of your hard work with this project! It's helped us immensely! |
It turns out I'm having the same problem with Eigen. I had to copy all the files over to |
Whoops, we have solved this in our case a few months ago, seems I have forgotten to document the final solution here and in other issues. I am currently on a trip, I will follow up ASAP. |
@kleinma take a look at last commits of branch fd-devel in our fork: Hope it helps. |
Using Tensorflow 1.14, I got another error below when changing protobuf to 3.8. |
Hi.
Thanks for your very nice and effortless tutorial on building standalone tensorflow library.
Everything works fine when we use compiled libraries (tensorflow, protobuf, eigen) in console applications, but when I use them in Qt QWidget applications, we get runtime error of
[libprotobuf FATAL google/protobuf/stubs/common.cc:78] This program was compiled against version 2.6.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.2.0)
To resolve this problem, can we link protobuf static library to tensorflow dynamic library? if yes how can we do that?
The text was updated successfully, but these errors were encountered: