Insanely Slow Start-Up Time

So I had some time to actually try running ray tuner with the nightly version and it’s even worse now. It still takes a loooong time to start. And roughly by the point when it would begin its initial test the program just closes with code 3. (I’m running this through pycharm, python version 3.85).

However, just simply running the program from cmd seemed to work - kinda. The main issue still persists, it would spend most of its time seemingly preparing workers to run rather than actually running them…

I am still very much a beginner with the whole thing. Some things that are logged that may help you guys help me understand why it’s taking so long:

If i’m somehow mismanaging the memory or something, please let me know to speed it up! (and a possible fix for pycharm not being able to run the code but cmd being fine…)