[Python --- 10]RuntimeError: Expected object of data type unsigned char but got data type char

    技术2022-07-11  69

    1. 背景

    pickle保存文件时,未处理好文件中的数据类型,有可能出现char和bool类型错误的情况

    2. 解决方法

    检查文件中的每一项的数据类型,找到类型的错误。

    Processed: 0.017, SQL: 9