解决 query = query.decode(errors=‘replace‘) AttributeError: ‘str‘ object has no attribute ‘decode‘

在Python3.8+Django2.2环境下,配置MySQL后运行项目遇到query.decode()错误。错误信息为AttributeError: 'str' object has no attribute 'decode'。解决方法是在虚拟环境中修改特定文件,将query = query.decode(errors='replace')替换为query = query,然后重新运行项目,问题即可解决。具体原因不详,欢迎了解的大神分享解答。
摘要由CSDN通过智能技术生成

解决 query = query.decode(errors=‘replace’) AttributeError: ‘str’ object has no attribute ‘decode’

Django项目,配置mysql数据的时候,安装mysql之后,配置完成后,运行django项目,出现错误提示信息
如何解决这个BUG

query = query.decode(errors='replace')
AttributeError: 'str' object has no attribute 'decode'

###python3.8+Django2.2
####新建一个项目之后,运行项目出现错误

python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._arg
评论 7
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值
>