cloudpickle: cloudpickle (Extended pickling support for Python objects) cloudpickle: cloudpickle: cloudpickle makes it possible to serialize Python constructs not cloudpickle: supported by the default pickle module from the Python cloudpickle: standard library. It is especially useful for cluster computing cloudpickle: where Python code is shipped over the network to execute on cloudpickle: remote hosts, possibly close to the data. cloudpickle: cloudpickle: Homepage: https://pypi.org/project/cloudpickle/ cloudpickle: cloudpickle: