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

AttributeError: 'str' object has no attribute 'decode'

时间:2019-01-11 23:09:54      阅读:2416      评论:0      收藏:0      [点我收藏+]

标签:decode   errors   错误   代码   执行   str   python   line   sele   

执行: python  manage.py makemigrations

 

 

报错如下:
技术分享图片

 

 

找到错误代码(line146):query = query.encode(errors=‘replace‘)

解决方法:把decode改为encode即可。

AttributeError: 'str' object has no attribute 'decode'

标签:decode   errors   错误   代码   执行   str   python   line   sele   

原文地址:https://www.cnblogs.com/lingjinle/p/10257558.html

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