Duke-GCB / bespin

Reproducible genomic workflows in the cloud
1 stars 0 forks source link

lando-messaging pickling issue #6

Closed johnbradley closed 5 years ago

johnbradley commented 5 years ago

During the upgrade to python3 we found that messages sent from bespin-api(python3) could not be read by lando(python2) and images containing lando. There is an option to specify the protocol in the dumps command: https://docs.python.org/3/library/pickle.html#pickle.dumps To try and keep the older images compatible we can use this option.

We need to

dleehr commented 5 years ago

I think this issue, while impacting other repos, clearly has a home in lando-messaging. Let's use this repo for issues that don't otherwise have a home.

dleehr commented 5 years ago

Moved to https://github.com/Duke-GCB/lando-messaging/issues/20