Closed felipeZ closed 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.
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: