Fix: Launch the python backend on Windows when spaces exist in the path.
There were no quotes around any of the paths in the stub launcher. As a result, if you tried launching the stub, it would always fail. Normally this is not an issue in Linux, but having spaces is very common in Windows. Added quotes around all the pathing of the launcher code to resolve this problem.
@yinggeh Hi, wondering if you could take a look at this PR I have created. A relatively simple fix to make things work smoothly on Windows.
@vinitkmagnet Thanks. Can you rebase your change to branch https://github.com/triton-inference-server/python_backend/tree/mwittwer/explicit_model_load_parsing? cc @mattwittwer
Hi @yinggeh and @mattwittwer, I have created a new PR in to the requested branch https://github.com/triton-inference-server/python_backend/pull/412. Hope this is what you were requesting. If not, let me know and I can correct my mistake.