You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another problem is that the python3 being called might not be the same as the interpreter executing the current file. As a work around, can just replace python3 with sys.executable in worker to minimize the changes needed.
Write a main function and call the main function instead.
The text was updated successfully, but these errors were encountered: