<type>executable</type>
<name>test_function_python</name>
<return_type>String</return_type>
<argument>
<type>UInt64</type>
<name>value</name>
</argument>
<format>TabSeparated</format>
<command>test_function.py</command>
</function>
</functions>
#!/usr/bin/python3
import sys
if name == 'main':
for line in sys.stdin:
print("Value " + line, end='')
sys.stdout.flush()
Получаю ошибку
SQL Error [75] [07000]: Code: 75. DB::ErrnoException: Cannot write into pipe, errno: 32, strerror: Broken pipe: While executing TabSeparatedRowOutputFormat: While processing test_function_python(toUInt64(2)). (CANNOT_WRITE_TO_FILE_DESCRIPTOR) (version 23.5.3.24 (official build))
Кудаа копать? Спасибо!
а поняли, как в UDF-FILE-python активировать виртуальные окружения и библиотеки внешние ставить?
Обсуждают сегодня