print("Calling LibreOffice python\n") print(check_output(["{}".format(OPENOFFICE_PYTHON), script, source], shell=True).decode()) It work when just running normally ...
I'm facing issues with openai on Python 3.11.2. When I run the demo code, I'm getting the following issues. I suspect there's an issue due to a space in the Python file path. Please let me know of any ...