Traceback (most recent call last):
File "kuanke/user_space.py", line 145, in exec_msg
return getattr(self, func)(*msg['args'], **msg['kwargs'])
File "kuanke/user_space.py", line 219, in init_code
exec code_obj in code_scope
File "user_code.py", line 26, in
import tradestat
File "kuanke/user_space.py", line 216, in my_import
return builtin_import(name, *args, **kwargs)
File "tradestat.py", line 14
SyntaxError: Non-ASCII character '\xe8' in file tradestat.py on line 14, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
不好意思,复制了研究和策略,但还是 一直出错,谁能提点一下吗