Starting to upgrade to python3
To address issue #24 (closed) requires updating the code to python 3. This is because bilby_pipe
dumps the data with pickle protocol 4. This is unsupported in python 2.7. If you try and load in a results file with deepdish python 2.7, you get the following error
ValueError: unsupported pickle protocol: 4
Python 2.7 does work for files that are not produced from bilby_pipe
. Therefore it is best to update the code to python 3.
Edited by Charlie Hoy