We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3c7314 + e53e909 commit a0163a0Copy full SHA for a0163a0
tensorflow/tools/ci_build/builds/pip_new.sh
@@ -458,6 +458,12 @@ install_tensorflow_pip() {
458
# ImportError: No module named builtins
459
${PIP_BIN_PATH} install --upgrade "future>=0.17.1" || \
460
die "Error: future install, upgrade FAILED"
461
+
462
+ # Install the gast package in the virtualenv. Installing it in user system
463
+ # packages does not appear to port it over when creating a virtualenv.
464
+ ${PIP_BIN_PATH} install --upgrade "gast==0.2.2" || \
465
+ die "Error: gast install, upgrade FAILED"
466
467
}
468
469
run_test_with_bazel() {
0 commit comments