Hello, I am a Windows user and I would like to use my GPU so I am using TF 2.10
I am following this guide Build from source on Windows | TensorFlow
notably, I have Visual Studio 2022 installed and I have also installed the MSVC 142 , and added BAZEL_VC_FULL_VERSION=“14.29.30133” to the environment variables
the bazel build
command completed successfully and I found build_pip_package.exe in the \tensorflow\bazel-out\x64_windows-opt\bin\tensorflow\tools\pip_package
directory
after copying it to the tensorflow
directory, and running build_pip_package C:/tmp/tensorflow_pkg
, there is a problem:
build_pip_package.exe keeps spawning new copies of itself and bash.exe , until eventually it quits with LAUNCHER ERROR: Cannot launch process: "C:/msys64/usr/bin/bash.exe Reason: (error: 8): Not enough memory resources are available to process this command.