首页> 开发问题 >其它问题 其它问题
Python问题:SyntaxError: Non-ASCII character '\xe2' in file
作者:小萝卜 2019-12-02 【 其它 】 浏览 1976
简介Python问题:SyntaxError: Non-ASCII character '\xe2' in file
解决方法:
在python文件头追加:
# -*- coding: utf-8 -*
很赞哦! (0)
相关文章
- Java compiler level does not match the version of the installed Java project facet
- 异常解决:util.NativeCodeLoader: Unable to load native-hadoop library for your platform
- scp 文件 : /目录: Permission denied
- tf.matmul()报错expected scalar type Float but found Double
- Namenode 没启动
- matlab命令行双箭头消失
- MapReduce报错:Error: java.io.IOException: Initialization of all the collectors failed. Error in last collector was :interface javax.xml.soap.Text
- ImportError: cannot import name 'BaseDataset' from 'src.dataset'
- 无法定位程序输入点到xxx.dll
- 心路历程——毕设程序mr跑不通的问题
