Skip to content

Commit a0163a0

Browse files
authored
Merge pull request tensorflow#32332 from tensorflow/ggadde-1-15-cp2
[r1.15 Cherryick]:Install gast at known version and not the latest.
2 parents f3c7314 + e53e909 commit a0163a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tensorflow/tools/ci_build/builds/pip_new.sh

+6
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,12 @@ install_tensorflow_pip() {
458458
# ImportError: No module named builtins
459459
${PIP_BIN_PATH} install --upgrade "future>=0.17.1" || \
460460
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+
461467
}
462468

463469
run_test_with_bazel() {

0 commit comments

Comments
 (0)