首页> 开发问题 >其它问题 其它问题
Python问题:SyntaxError: Non-ASCII character '\xe2' in file
作者:小萝卜 2019-12-02 【 其它 】 浏览 1895
简介Python问题:SyntaxError: Non-ASCII character '\xe2' in file
解决方法:
在python文件头追加:
# -*- coding: utf-8 -*
很赞哦! (0)
相关文章
- 无法定位程序输入点到xxx.dll
- 解决:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
- module 'torch' has no attribute 'gesv'
- Android Studio安装&&安装bug
- bash: hadoop:command not found
- 报错:configure: error: no acceptable C compiler found in $PATH
- Namenode 没启动
- Unreachable statement
- TypeError: 'newline' is an invalid keyword argument for this function 错误解决
- Maven C盘用户文件下没有.m2
