You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
@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
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'
The text was updated successfully, but these errors were encountered: