When running linux code on a local mac environment, I am encountering the following error associated with decorator functions and multiprocessing. I am running Python 3.8.10.
_pickle.PicklingError: Can't pickle <function unzip at 0x7ff3e899c1f0>: it's not the same object as endpoints.v1.s3.unzip
I am also using functools.wraps, which does not appear to help with this issue.