未验证 提交 a0163a0a 编写于 作者: G Goldie Gadde 提交者: GitHub

Merge pull request #32332 from tensorflow/ggadde-1-15-cp2

[r1.15 Cherryick]:Install gast at known version and not the latest.
......@@ -458,6 +458,12 @@ install_tensorflow_pip() {
# ImportError: No module named builtins
${PIP_BIN_PATH} install --upgrade "future>=0.17.1" || \
die "Error: future install, upgrade FAILED"
# Install the gast package in the virtualenv. Installing it in user system
# packages does not appear to port it over when creating a virtualenv.
${PIP_BIN_PATH} install --upgrade "gast==0.2.2" || \
die "Error: gast install, upgrade FAILED"
}
run_test_with_bazel() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册