Bumbershoot Posted June 28, 2022 Posted June 28, 2022 Here's the log: 2022-06-28 14:21:24,639 MainThread udi_interface ERROR udi_interface:write: No module named 'pyflume' 2022-06-28 14:24:53,846 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-06-28 14:24:56,392 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting... 2022-06-28 14:24:56,404 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-06-28 14:24:56,405 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_8/./flumewater-poly.py", line 4, in <module> 2022-06-28 14:24:56,406 MainThread udi_interface ERROR udi_interface:write: from nodes import Controller 2022-06-28 14:24:56,407 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_8/nodes/__init__.py", line 5, in <module> 2022-06-28 14:24:56,408 MainThread udi_interface ERROR udi_interface:write: from .Flume2 import Flume2Node 2022-06-28 14:24:56,409 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_8/nodes/Flume2.py", line 6, in <module> 2022-06-28 14:24:56,410 MainThread udi_interface ERROR udi_interface:write: import pyflume 2022-06-28 14:24:56,411 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError 2022-06-28 14:24:56,412 MainThread udi_interface ERROR udi_interface:write: : 2022-06-28 14:24:56,413 MainThread udi_interface ERROR udi_interface:write: No module named 'pyflume'
Solution Geddy Posted June 29, 2022 Solution Posted June 29, 2022 @Bumbershoot Same issue...I expect.
Bumbershoot Posted June 29, 2022 Author Posted June 29, 2022 Upgrading udx to 3.0.5 and rebooting the Polisy solved this issue.
Recommended Posts