tensorflowbazeltensorflow-lite

bazel server terminated abruptly (error code :14, error message: '',log file: 'c:\users\lee\_bazel_lee\zjiu63sl/server/jvm.out


Hi I used bazel in Windows 7

I try bazel build tensorflow/contrib/lite/toco:toco in cmd.exe

Then I got error message : server terminated abruptly (error code :14, error message: '',log file: 'c:\users\lee_bazel_lee\zjiu63sl/server/jvm.out

What can I do? Please help

enter image description here

Try in tensorflow-master folder, I got error message.enter image description here


Solution

  • Your current error message states that the command "patch" is not found. I gues your mingw installation has not installed this programm. See Apply a patch file in Windows using Mingw how to install it.