How to get a traceback from a depickled function
I am using dill
to pickle a function and execute it on a remote environment, but when there is an exception on the remote instance, I can’t seem to obtain a traceback. Here is a MRE:
I am using dill
to pickle a function and execute it on a remote environment, but when there is an exception on the remote instance, I can’t seem to obtain a traceback. Here is a MRE: