79393283

Date: 2025-01-28 09:27:36
Score: 0.5
Natty:
Report link

You are running into a Python environment conflict because LibreOffice Calc uses its own embedded Python interpreter, which can be tricky to work around when trying to also use a global Python interpreter Attempt using IPC ( Inter-Process Communication ). You can separate the two parts entirely by using IPC methods to communicate between the LibreOffice Python and your global Python.

Reasons:
  • No code block (0.5):
Posted by: waweru