-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ofagent-py
-
Labels:None
-
Story Points:1
This change appears to have introduced this error. Seems like a missing python package.
https://gerrit.opencord.org/#/c/10774/
Traceback (most recent call last): File "/ofagent/ofagent/main.py", line 27, in <module> from connection_mgr import ConnectionManager File "/ofagent/ofagent/connection_mgr.py", line 32, in <module> from grpc_client import GrpcClient File "/ofagent/ofagent/grpc_client.py", line 30, in <module> from protos.voltha_pb2 import ID, VolthaLocalServiceStub, FlowTableUpdate, MeterModUpdate, \ ImportError: cannot import name MeterModUpdate