Error: ‘ASCII’ codec can’t decode byte 0x90 in position 614: normal not in range (128)
modified:
original code: pickle.load (f)
is amended as follows: pickle.load (f,encoding=‘bytes’)
Error: ‘ASCII’ codec can’t decode byte 0x90 in position 614: normal not in range (128)
modified:
original code: pickle.load (f)
is amended as follows: pickle.load (f,encoding=‘bytes’)