中文注释报错 SyntaxError: Non-ASCII character
Posted allen-rg
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了中文注释报错 SyntaxError: Non-ASCII character相关的知识,希望对你有一定的参考价值。
报错: SyntaxError: Non-ASCII character
概意思是,默认文件是ASCII格式,需要更改文件编码,操作是在文件首行加上
#!/usr/bin/python
# -*- coding:utf8 -*-
报错 :TypeError: unicode argument expected, got ‘str‘
if your environment is Python2.7, you can change code :import io
andoutput_stream·=io.StringIO()
tofrom io import BytesIO as StringIO
output_stream·= StringIO()
报错:RuntimeError: Invalid DISPLAY variable
import matplotlib.pyplot as plt 后面加一行:
plt.switch_backend(‘agg‘)
以上是关于中文注释报错 SyntaxError: Non-ASCII character的主要内容,如果未能解决你的问题,请参考以下文章
Python 中文报错 SyntaxError: Non-ASCII character解决办法
注释EOFwhilescanningtriple-quotedstringliteral
前端控制台 JavaScript函数报错 SyntaxError: expected expression, got ';' SyntaxError: expected expre
工作经验解决报错:SyntaxError: Unexpected token .