From 2eb9ef95b78de0c209fe5ddc768955978600483d Mon Sep 17 00:00:00 2001 From: Tink_Y <31891223+tink2123@users.noreply.github.com> Date: Fri, 12 Oct 2018 17:30:54 +0800 Subject: [PATCH] Update visualdl.md --- doc/fluid/user_guides/howto/debug/visualdl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fluid/user_guides/howto/debug/visualdl.md b/doc/fluid/user_guides/howto/debug/visualdl.md index 99f8bee5c..b8de28eca 100644 --- a/doc/fluid/user_guides/howto/debug/visualdl.md +++ b/doc/fluid/user_guides/howto/debug/visualdl.md @@ -104,6 +104,7 @@ visualDL --logdir=scratch_log --port=8080 # 访问 http://127.0.0.1:8080 ``` + 如果出现`TypeError: __init__() got an unexpected keyword argument 'file'`, 是因为protobuf不是3.5以上,运行`pip install --upgrade protobuf`就能解决。 如果在虚拟环境下仍然遇到安装问题,请尝试以下方法。 -- GitLab