Hi,
I'm trying to this example in influxdata
https://docs.influxdata.com/kapacitor/v1.3/guides/anomaly_detection/
keep falling because the logs are given me an error
pen server: open service *udf.Service: failed to load process info for "tTest": error processing request of type info: global name 'udf_pb2' is not defined
Any help please
If you did everything as in the guide
and downloaded the kapacitor git repo to your work folder,
try to use import like this from kapacitor.udf import udf_pb2 instead import kapacitor.udf.udf_pb2
Hi, I'm trying to this example in influxdata https://docs.influxdata.com/kapacitor/v1.3/guides/anomaly_detection/ keep falling because the logs are given me an error pen server: open service *udf.Service: failed to load process info for "tTest": error processing request of type info: global name 'udf_pb2' is not defined Any help please