码迷,mamicode.com
首页 > 其他好文 > 详细

err Invalid input of type: 'dict'. Convert to a byte, string or number first

时间:2019-06-04 14:53:34      阅读:642      评论:0      收藏:0      [点我收藏+]

标签:ict   put   number   common   ali   error   一个   install   NPU   

一个问题引发的血案:

用python向redis写入数据报错:

redis.exceptions.DataError: Invalid input of type: ‘dict‘. Convert to a byte, string or number first.

查看redis的版本: 

pip3 freeze

 

显示现在的redis版本是:

redis==3.2.1

 

对redis降版:

pip3 install -U redis==2.10.6 #将当前版本降级到2.10.6

 

 

成功写入数据。

err Invalid input of type: 'dict'. Convert to a byte, string or number first

标签:ict   put   number   common   ali   error   一个   install   NPU   

原文地址:https://www.cnblogs.com/liangxiaoji/p/10973412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!