I am going to build tensorflow 2.10 from source with CUDA in windows 10, I cloned the tensorflow git and checkout 2.10 and by Build from source on Windows | TensorFlow I continued step by step, there is a problem in running command “bazel build --config=opt --config=cuda --define=no_tensorflow_py_deps=true //tensorflow/tools/pip_package:build_pip_package”
it needs to download go sdk and it returns 404 when downloading and then it makes error in building:
“C:/users/asus/_bazel_asus/3tipbatp/external/bazel_tools/tools/build_defs/repo/http.bzl:353:31: in
ERROR: Analysis of target ‘//tensorflow/tools/pip_package:build_pip_package’ failed; build aborted: java.io.IOException: Error downloading [https://dl.google.com/go/go1.12.5.windows-amd64.zip] to C:/users/asus/_bazel_asus/3tipbatp/external/go_sdk/temp11791262905339220418/go1.12.5.windows-amd64.zip: GET returned 404 Not Found”
I searched all around the web and i am sure the link for go SDK works(https://dl.google.com/go/go1.12.5.windows-amd64.zip) because I have tested it and it is OK,
please help me to do it
thanks