TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard
Tensorflow Build failed
I had followed the steps provided in the guide for building TF form source and got this error in step 2e. Being trying to fine a solution but did not understand the reason or the same.
the error is :
**> Executing genrule @local_config_python//:python_include failed (Exit 1): bash.exe failed: error executing command
cd C:/users/gnara/_bazel_gautam/j7bi4x5j/execroot/org_tensorflow SET PATH=D:\Softwares\msys64\usr\bin;D:\Softwares\msys64\bin SET PYTHON_BIN_PATH=D:/Softwares/Anacondaa/envs/tensorflow-build/python.exe SET PYTHON_LIB_PATH=D:/Softwares/Anacondaa/envs/tensorflow-build/lib/site-packages SET TF_DOWNLOAD_CLANG=0 SET TF_NEED_CUDA=0 SET TF_NEED_OPENCL_SYCL=0 SET TF_NEED_ROCM=0 D:/Softwares/msys64/usr/bin/bash.exe bazel-out/x64_windows-opt/genfiles/external/local_config_python/python_include.genrule_script.sh Execution platform: @bazel_tools//platforms:host_platform cp: cannot stat 'D:/Softwares/Anacondaa/envs/tensorflow-build/include/pygetopt.h': No such file or directory Target //tensorflow/tools/pip_package:build_pip_package failed to build**
Please help me if some one knows how to proceed with the issue.