There's an error in the mirrored URL for gast_archive:
|
"https://storage.googleapis.com/mirror.tensorflow.org/files.pythonhosted.org/packages/12/59/eaa15ab9710a20e22225efd042cd2d6a0b559a0656d5baba9641a2a4a921/gast-0.4.0.tar.gz", |
That URL gives an error, "The specified key does not exist." The URL should be
https://storage.googleapis.com/mirror.tensorflow.org/files.pythonhosted.org/packages/83/4a/07c7e59cef23fb147454663c3271c21da68ba2ab141427c20548ae5a8a4d/gast-0.4.0.tar.gz
We've only whitelisted storage.googleapis.com in our firewall, so when the build tries to fall back to the official files.pythonhosted.org source, it fails.
There's an error in the mirrored URL for gast_archive:
tensorflow/tensorflow/workspace2.bzl
Line 441 in e7017fd
That URL gives an error, "The specified key does not exist." The URL should be
https://storage.googleapis.com/mirror.tensorflow.org/files.pythonhosted.org/packages/83/4a/07c7e59cef23fb147454663c3271c21da68ba2ab141427c20548ae5a8a4d/gast-0.4.0.tar.gzWe've only whitelisted storage.googleapis.com in our firewall, so when the build tries to fall back to the official files.pythonhosted.org source, it fails.