提交 e53e9092 编写于 作者: A A. Unique TensorFlower 提交者: Goldie Gadde

Install gast at known version and not the latest.

PiperOrigin-RevId: 267873409
上级 f3c7314d
......@@ -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.
先完成此消息的编辑!
想要评论请 注册