question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to build .so file with tensorflow

See original GitHub issue

Im 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:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
austinggcommented, Nov 28, 2017

@aqeeliqbal you may have remove the file .tf_configure_bazelrc, just touch one. then run ./configure

0reactions
laszlocsomorcommented, Feb 28, 2019

I’m guessing this bug is obsolete. Please reopen if you think otherwise.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found