Work around fork/multiprocessing issues on macOS
- FUNPACK relies on
fork()for parallelism - The method used by
multiprocessingwas changed fromforkon macOS in python 3.8
More details in note added to README
Edited by Paul McCarthy
fork() for parallelismmultiprocessing was changed from fork on macOS in python 3.8More details in note added to README