-
Notifications
You must be signed in to change notification settings - Fork 74.7k
fatal error: tensorflow/core/protobuf/error_codes.pb.h: No such file or directory #42721
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
Comments
@AngeloMascaro, Also, take a look at this comment from a similar issue and let us know if it helps. Thanks! |
I experience a similar problem. While running the following command on Ubuntu 18.04 after compiling TensorFlow 2.3 C++ API (using Bazel). g++ -std=c++11 -I/usr/local/include/tf -I/usr/local/include/tf/third_party/eigen3 -L/usr/local/lib hello.cc -o hello
|
@AngeloMascaro, |
I check it today afternoon or tomorrow morning and I let you know. I suppose yes: it happens with any code that includes that header file. Even an empty main
Inviato da iPhone
… Il giorno 8 set 2020, alle ore 10:06, Abhilash Mahendrakar ***@***.***> ha scritto:
Also, take a look at this comment from a similar issue and let us know if it helps. Thanks!
@AngeloMascaro,
Is this still an issue? Please feel free to close the issue if resolved. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@AngeloMascaro, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you. |
Closing as stale. Please reopen if you'd like to work on this further. |
Uh oh!
There was an error while loading. Please reload this page.
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
compile any program that includes tensorflow/core/public/session.h
gcc -I/home/amascaro/Programming/src/tensorflow -I/home/amascaro/.local/lib/python3.6/site-packages/tensorflow_core/include/ loader.cc
In file included from /home/amascaro/Programming/src/tensorflow/tensorflow/core/platform/errors.h:22:0,
from /home/amascaro/Programming/src/tensorflow/tensorflow/core/lib/core/errors.h:19,
from /home/amascaro/Programming/src/tensorflow/tensorflow/core/framework/tensor_shape.h:23,
from /home/amascaro/Programming/src/tensorflow/tensorflow/core/framework/tensor.h:24,
from /home/amascaro/Programming/src/tensorflow/tensorflow/core/public/session.h:24,
from loader.cc:1:
/home/amascaro/Programming/src/tensorflow/tensorflow/core/platform/status.h:28:10: fatal error: tensorflow/core/protobuf/error_codes.pb.h: No such file or directory
#include "tensorflow/core/protobuf/error_codes.pb.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The missing file is under another path: /home/amascaro/.local/lib/python3.6/site-packages/tensorflow_core/include/tensorflow/core/lib/core/error_codes.pb.h
The text was updated successfully, but these errors were encountered: