How severe does this issue affect your experience of using Ray?
High: It blocks me to complete my task.
I use ray for multiprocessing, works fine in terminal. when compiling with pyinstaller to .exe, the ray is initialised and then multiple instances of the app is opened, one for each thread. Microsoft Windows 10 then crashes
I ended up with using ray remote with a linux box. It allowed me to get the result I was looking for without the multiple instances opening. The performance of Ray is very good and impressive
For using directly in Windows, I did not find a solution. Also, the ray log in Windows, I did not understand completely how to use it, because there were so many PID opening, one for each thread