Unable to build .so file with tensorflow
See original GitHub issueIm trying to build so file from tensorflow. Im getting the following error. I have put up both command and error as follows,
Zumbala-MacBook-Pro:tensorflow Zumbala$ bazel build -c opt //tensorflow:libtensorflow.so
Unexpected error reading .blazerc file '/Users/Zumbala/Documents/tensorflow/.tf_configure.bazelrc'
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
android - I am not able to build .so file - Stack Overflow
I SOLVED IT! I found the problem was that i was using the ndk-bundle from under Android Studio's folder and it was the...
Read more >Create an op | TensorFlow Core
Assuming you have g++ installed, here is the sequence of commands you can use to compile your op into a dynamic library.
Read more >Hi i am building .so files using bazell build command but i get ...
#error "C++ versions less than C++11 are not supported." ^. 1 error generated. Target //tensorflow/contrib/android:libtensorflow_inference.so failed to build.
Read more >Build TensorFlow from source
If TensorFlow.jl fails to load with the error Library not loaded: @rpath/libcublas.8.0.dylib or any similar error, it means that the ...
Read more >Install TensorFlow - Li Yin - Medium
Note that some of the .so files are links to the “real” .so file, by copying it, ... Target //tensorflow/tools/pip_package:build_pip_package failed to build...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@aqeeliqbal you may have remove the file
.tf_configure_bazelrc
, just touch one. then run./configure
I’m guessing this bug is obsolete. Please reopen if you think otherwise.