Skip to content

Commit 0d81d51

Browse files
authored
fix vdl issue (#13267)
1 parent b6bddd2 commit 0d81d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/fluid/new_docs/user_guides/howto/debug/visualdl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ visualDL --logdir=scratch_log --port=8080
104104
105105
# 访问 http://127.0.0.1:8080
106106
```
107+
如果出现`TypeError: __init__() got an unexpected keyword argument 'file'`, 是因为protobuf不是3.5以上,运行`pip install --upgrade protobuf`就能解决。
107108

108109
如果在虚拟环境下仍然遇到安装问题,请尝试以下方法。
109110

0 commit comments

Comments
 (0)