Frappe Drive: Thumbnails Not Generated Even With LibreOffice Installed

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 libreoffice command 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 uno via pip → no such module available
1 Like

Hi @SKDragon18,

Sorry for the delayed reply. Can you give more details? Where is the error coming from?

Also, is unoconv (the Python module) installed?