You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run a command to install Tensorflow from source, I use Bazel to install from source (This is being done a raspberry pi -- Linux OS software).
I followed the necessary steps of building from source (IMPORTANT Detail: I have to Bazel version 0.10.0 because it says that is the only version that is compatible for Tensorflowflow) So then, this what I am trying to do on my raspberry pi:
I get the following error when I run it (This is a super long installation and it was almost done installing all the files and then it suddenly said the build failed, and bazel couldn't be built. Does anyone know how to fix or have resources on how to fix this error)?
Here is the error message that I get:
collect2: error: ld returned 1 exit status Target //tensorflow/tools/pip_package:build_pip_package failed to build
I would appreciate help as soon as someone gets a chance!
The text was updated successfully, but these errors were encountered:
I am trying to run a command to install Tensorflow from source, I use Bazel to install from source (This is being done a raspberry pi -- Linux OS software).
I followed the necessary steps of building from source (IMPORTANT Detail: I have to Bazel version 0.10.0 because it says that is the only version that is compatible for Tensorflowflow) So then, this what I am trying to do on my raspberry pi:
./configure
bazel build -c opt --copt="-mfpu=neon-vfpv4" --copt="-funsafe-math-optimizations" --copt="-ftree-vectorize" --copt="-fomit-frame-pointer" --local_resources 1024,1.0,1.0 --verbose_failures tensorflow/tools/pip_package:build_pip_package
I get the following error when I run it (This is a super long installation and it was almost done installing all the files and then it suddenly said the build failed, and bazel couldn't be built. Does anyone know how to fix or have resources on how to fix this error)?
Here is the error message that I get:
collect2: error: ld returned 1 exit status Target //tensorflow/tools/pip_package:build_pip_package failed to build
I would appreciate help as soon as someone gets a chance!
The text was updated successfully, but these errors were encountered: