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
from fabric.fabric import fabricpb_pb2
from dataflow.dataflow import dataflowpb_pb2
generates this error:
Traceback (most recent call last):
File "model-trials\sandbox\validates_samples.py", line 3, in <module>
from dataflow.dataflow import dataflowpb_pb2
File "dataflow\dataflow\dataflowpb_pb2.py", line 1708, in <module>
google_dot_protobuf_dot_descriptor__pb2.MessageOptions.RegisterExtension(msg_meta)
ValueError: Double registration of Extensions
Expected behavior
No error
Environment
Python 3.8.7 (win)
The text was updated successfully, but these errors were encountered:
Python script:
generates this error:
Expected behavior
No error
Environment
The text was updated successfully, but these errors were encountered: