defeo/jupyterhub-docker

some problem about "cull_idle_servers.py"

nicegeeker opened this issue · 1 comments

When i start the server, an error occurred:
[I 2020-01-10 01:47:14.646 JupyterHub service:121] Spawning python /srv/jupyterhub/cull_idle_servers.py --timeout=3600

File "/srv/jupyterhub/cull_idle_servers.py", line 64

SyntaxError: Non-ASCII character '\xc3' in file /srv/jupyterhub/cull_idle_servers.py on line 64, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

i tried add # -*- coding: utf-8 -*- or -*-coding:latin-1 -*- ,but didn't work

fixed i didn't change the file in docker volumn