"SyntaxError: Non-UTF-8 code starting with '\xb5' in file“问题解决办法
最近学习深度学习的时候,遇到如下问题SyntaxError: Non-UTF-8 code starting with '\xb5' in file /Users/qianjiangang/Desktop/stock 2/stock/run_RL.py on line 6, but no encoding declared; see http://py解决办法:在开头加 #coding=...
·
最近学习深度学习的时候,遇到如下问题
SyntaxError: Non-UTF-8 code starting with '\xb5' in file /Users/qianjiangang/Desktop/stock 2/stock/run_RL.py on line 6, but no encoding declared; see http://py
解决办法:
在开头加 #coding=gbk
更多推荐
所有评论(0)