1

如果我在终端运行 unoconv -f pdf test_pdf.docx,它工作正常。但是如果我在子进程中运行它,我会收到这个错误

subprocess.run(['unoconv', '-f', 'pdf', path],  shell=True)

unoconv: Cannot find a suitable pyuno library and python binary combination in 
/usr/lib/libreoffice
ERROR: No module named 'uno'

unoconv: Cannot find a suitable office installation on your system.
ERROR: Please locate your office installation and send your feedback to:
   http://github.com/dagwieers/unoconv/issues

请帮我解决这个问题

4

1 回答 1

1

是的,这会引发错误,而且 GitHub 上已经有很多与该问题相关的已关闭问题

最有用的答案是49#issuecomment-41631722249#issuecomment-464011493。很难相信,但问题来自 2012 年,仍然没有适当的解决方案。

于 2019-12-24T06:43:55.910 回答