python里面出现中文的时候报错 'ascii' codec can't encode characters in position

Posted juandx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python里面出现中文的时候报错 'ascii' codec can't encode characters in position相关的知识,希望对你有一定的参考价值。

编码问题,在头部添加

import sys
reload(sys)
sys.setdefaultencoding( "utf-8" )

  

 

http://www.xuebuyuan.com/2226637.html

以上是关于python里面出现中文的时候报错 'ascii' codec can't encode characters in position的主要内容,如果未能解决你的问题,请参考以下文章

import pandas as pd df=pd.Series(['a','b','c']) print(df) 为什么报错'str'

Python 运行报错NameError出现原因,怎么解决

Windows环境下运行python2.7 ,在写入的时候出现这样的错误 报错Traceback(most recent call last):

mysql报错:Table 'ta_history' is marked as crashed and should be repa

mysql 报错'./ivr/T_CDR' is marked as crashed and should be repaired when doing LOCK TABLES(示例代

Mac使用python3出现报错No module named 'selenium'解决方法