MD-Studio / MDStudio

A general framework for microservice based distributed applications
Apache License 2.0
12 stars 0 forks source link

Unable to load pickle files in python 3 #120

Closed felipeZ closed 6 years ago

felipeZ commented 6 years ago

When trying to call the function pickle.load function from python 3 in a model files stored with python 2, I got the following error:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xb7 in position 0: ordinal not in range(128)
marcvdijk commented 6 years ago

Unpickling a python 2.x pickle in 3.x is for sure not going to work here

Op 13 apr. 2018 om 16:24 heeft felipe zapata notifications@github.com het volgende geschreven:

When trying to call the function pickle.load function from python 3 in a model files stored with python 2, I got the following error:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xb7 in position 0: ordinal not in range(128) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.