Hi everyone,
I’m trying to get automatic thumbnail generation working for office documents (e.g. .docx, .pptx, .odt, etc.) in Frappe Drive. I have already installed the required dependencies:
- LibreOffice
- unoconv
- Confirmed that
libreofficecommand works from the terminal
However, Frappe is failing to generate thumbnails and throws the following error:
ModuleNotFoundError: No module named ‘uno’
What I’ve tried:
- Installed LibreOffice via
apt install libreoffice - Installed unoconv via
apt install unoconv - Tried installing
unovia pip → no such module available