import cloudpickle import proto.task_pb2_grpc def main(): a = cloudpickle.dumps("hello world") print(a) if __name__ == "__main__": main()