TypeError: ‘encoding‘ is an invalid keyword argument for this function
Posted ur home
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: ‘encoding‘ is an invalid keyword argument for this function相关的知识,希望对你有一定的参考价值。
开始遇到这个问题
SyntaxError: Non-ASCII character '\\xe5'
python默认编码是ASCII编码,所以出现中文或特殊字符就会报这个错误。
在文件头部加上
#encoding:utf-8
TypeError: 'encoding' is an invalid keyword argument for this function问题
python3 main.py
(经过测试并确认 2.7 会给出该错误并且 Python3 可以很好地处理它。)
以上是关于TypeError: ‘encoding‘ is an invalid keyword argument for this function的主要内容,如果未能解决你的问题,请参考以下文章
TypeError: ‘encoding‘ is an invalid keyword argument for this function
TypeError: 'encoding' is an invalid keyword argument for this function
python读文件,TypeError: a bytes-like object is required, not 'str'
TypeError: a bytes-like object is required, not 'str'