報錯場景:
將字典導(dǎo)出為json保存。
報錯原因:
字典的value中存在numpy格式的數(shù)據(jù)。比如:

image.png
解決方案
TypeError: Object of type 'int64' is not JSON serializable (或者float32)_Zhou_yongzhe的博客-CSDN博客
解決Python TypeError: Object of type int64 is not JSON serializable_我是一只程序?的博客-CSDN博客