代码:

在python3.x下使用如下代码:

pickle.load(f)

错误:

'ascii' codec can't decode byte 0x90 in position 614: ordinal not in range(128)

原因:

python编码问题

解决办法:
指定编码方式

pickle.load(f,encoding='bytes')

results matching ""

    No results matching ""