如果我在终端运行 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
请帮我解决这个问题