Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visualDL --logdir ./random_log --port 8080 error #322

Closed
realsnake opened this issue Mar 14, 2018 · 2 comments
Closed

visualDL --logdir ./random_log --port 8080 error #322

realsnake opened this issue Mar 14, 2018 · 2 comments
Assignees

Comments

@realsnake
Copy link

Traceback (most recent call last):
File "/usr/local/bin/visualDL", line 14, in
import visualdl.server.graph as vdl_graph
File "/usr/local/lib/python2.7/dist-packages/visualdl/server/graph.py", line 9, in
from . import onnx
File "/usr/local/lib/python2.7/dist-packages/visualdl/server/onnx/init.py", line 8, in
from .onnx_pb2 import ModelProto
File "/usr/local/lib/python2.7/dist-packages/visualdl/server/onnx/onnx_pb2.py", line 213, in
options=None, file=DESCRIPTOR),
TypeError: init() got an unexpected keyword argument 'file'

@jetfuel
Copy link
Collaborator

jetfuel commented Mar 15, 2018

@realsnake Sorry for the delay. It seems that the Protobuf package is not up to date. You should be able to fix the issue with pip install --upgrade protobuf or pip install --upgrade visualdl
Thank your for using the tool

@jetfuel jetfuel self-assigned this Mar 15, 2018
@jetfuel jetfuel closed this as completed Mar 26, 2018
@realsnake
Copy link
Author

Thanks, it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants