Closed hzovaro closed 1 year ago
Using
multiprocessing.set_start_method("fork")
appears to fix this. See here: https://www.reddit.com/r/learnpython/comments/g5372v/multiprocessing_with_fork_on_macos/
Fixed by adding a function in init.py that does multiprocessing.set_start_method("fork")
.
When running the script on my Mac
I get the error
It seems that
settings
isn't being updated somewhere. This problem doesn't seem to occur on the servers.