python3.x运行的坑:AttributeError: 'str' object has no attribute 'decode'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3.x运行的坑:AttributeError: 'str' object has no attribute 'decode'相关的知识,希望对你有一定的参考价值。

参考技术A 1、Python3.x和Python2.X版本有一些区别,我遇到了两个问题如下:

a.第一个报:mysqlclient 1.3版本不对:

解决办法:注释掉这行即可;

b.第二个报:字符集的问题:

报错如下:File "C:\Users\Administrator\PycharmProjects\untitled1\venv\lib\site-packages\django\db\backends\mysql\operations.py", line 146, in last_executed_query

    query = query.decode(errors='replace')

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

报错截图:

以上是关于python3.x运行的坑:AttributeError: 'str' object has no attribute 'decode'的主要内容,如果未能解决你的问题,请参考以下文章

[python基础] python 2与python 3的区别,一个关于对象的未知的坑

python3.x +django + nginx + uwsgi 搭建web服务

关于NumPy的坑

Python3.x:logging模块对运行过程记录

python3.x 运行脚本报错

ubuntu将python3设为默认后再安装支持python3.x的包