Matt Wong-Kemp
07/17/2020, 12:27 PMunsupported pickle protocol: 5
as an error on deserializing a flow inside an image that has cloudpickle==1.2.2
in it. FWIW it serialized fine from inside the same image.josh
07/17/2020, 12:41 PMcloudpickle >=0.6.0
. This is definitely a mismatch issue! Is there a chance you could also check your local version of cloudpickle? Follow up: are you serializing your flow locally on the same python version that your container is running? I feel like I have seen this issue when my container has a newer python version as compared to my local machine 🤔Matt Wong-Kemp
07/17/2020, 1:59 PM