v0.2.3
Change multiprocessing start method to fork
on macOS after the default method was changed in python 3.8 and above, see bpo-33725. This was causing issues where we were getting TypeError: cannot pickle '_thread.RLock’ object
on macOS.
Change multiprocessing start method to fork
on macOS after the default method was changed in python 3.8 and above, see bpo-33725. This was causing issues where we were getting TypeError: cannot pickle '_thread.RLock’ object
on macOS.