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
when install from sources, I encounter ERROR: C++ compilation of rule '//google/protobuf:protobuf_lite' failed: crosstool_wrapper_driver_is_not_gcc failed #190
Comments
Can you run the build with the flag --verbose_failures? Perhaps this will give more info. |
Yes,no Problem.
And, follow is my ERROR information
|
This happened to me when I tried to use a different version of bazel than 0.1.0 |
Can you say what version of bazel you are using? And try @SWu's advice and see if it solves the problem? |
I used bazel-master. When I try to compile and install bazel 0.1.0, I also encounter some errors. [root@/home/share/TensorFlow/bazel-0.1.0]#./compile.sh build --verbose_failures and I got follow error information.
|
Are you on a 32 bit system?
|
no, my system is Ubuntu Server 14.04 64bit
|
This issue is tracked by Bazel here where they offer two possible solutions. |
Hi @ebrevdo Background: Problems: Besides, I have configured tensorflow to use python2.7 in tensorflow's ./configure
|
same problem here. |
I'm in the same situation as well. Did you find a solution for getting it to use Python 2.7 instead of the server default version? |
No, I didn't find a solution. In the end, I asked the administrator to upgrade our gcc, python and other related dependencies. |
same problem here. |
Same here, except with a different error:
EDIT: I fixed this by adding the
|
I am getting this error ERROR: C:/users/aditya/appdata/local/temp/_bazel_aditya/p979rsng/external/protobuf/BUILD:113:1: C++ compilation of rule '@protobuf//:protobuf' failed: clang failed: error executing command |
@adityasingh1993 It appears you're trying to build Android TF on Windows. In this case to get TF to build you'll need to follow this workaround for installing Linux subsystem for Windows first. Though unless you need to make modifications to TF itself, I'd suggest just using the prebuilt AAR (instructions for doing so also found in the above-referenced thread). |
* Fix bug in inception README.md Fixes tensorflow#59 * Document that number of classes and example count is hardcoded Fixes tensorflow#190
Same error: |
Do anyone compile the source of Tensor Flow?
When I install Tensor Flow from sources, After I excute under command in terminal.
I encounter the follow error.
My OS is Ubuntu 14.04,GCC/G++ is 4.7, GPU is K40c, Python is 2.7, cuda is 7.0, cudnn is 6.5v2, bazel is installed by compile source code.
The text was updated successfully, but these errors were encountered: