Weird
Thespian Actor System creation has a timeout, so if it takes too long for (idk)_ then it will just crash out and not create. Nothing is wrong iwth our code. Its simply bc the initial things (imports for example) took too long.
Example 1.
When i imported Facial Rec package at the top of facecam actor ( this package has longer import time ), actorsystem creation failure. Move that import to sometime after the system is created and ur fine
Example 2.
I had zoom running in the background, so ig the processor was managing resources and same thing happened
How to fix....