You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the spawner wrapspawner.ProfilesSpawner and trying to lanch a local jupyter-singleuser with the Littlest JupyterHub, it shows the error:
$ journalctl -u jupyterhub
Apr 14 15:51:02 gpu-server python3[16041]: [E 2021-04-14 15:51:02.481 JupyterHub pages:261] Failed to spawn single-user server with form
Apr 14 15:51:02 gpu-server python3[16041]: Traceback (most recent call last):
Apr 14 15:51:02 gpu-server python3[16041]: File "/opt/tljh/hub/lib/python3.8/site-packages/jupyterhub/handlers/pages.py", line 257, in post
Apr 14 15:51:02 gpu-server python3[16041]: return await self._wrap_spawn_single_user(
Apr 14 15:51:02 gpu-server python3[16041]: File "/opt/tljh/hub/lib/python3.8/site-packages/jupyterhub/handlers/pages.py", line 314, in _wrap_spawn_single_user
Apr 14 15:51:02 gpu-server python3[16041]: raise web.HTTPError(
Apr 14 15:51:02 gpu-server python3[16041]: tornado.web.HTTPError: HTTP 500: Internal Server Error (Error in Authenticator.pre_spawn_start: FileNotFoundError [Errno 2] No such file or directory: 'jupyterhub-singleuser')
Expected behaviour
/opt/tljh/hub/bin/jupyter-singleuser should found from path.
Actual behaviour
It is as if upon launching, /opt/tljh/hub/bin or /opt/tljh/user/bin is not loaded into path, so jupyterhub-singleuser or jupyterhub-labhub cannot start (although I have very limited experience with TLJH's Jupyterhub).
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Bug description
When using the spawner
wrapspawner.ProfilesSpawner
and trying to lanch a localjupyter-singleuser
with the Littlest JupyterHub, it shows the error:Expected behaviour
/opt/tljh/hub/bin/jupyter-singleuser
should found from path.Actual behaviour
It is as if upon launching,
/opt/tljh/hub/bin
or/opt/tljh/user/bin
is not loaded into path, sojupyterhub-singleuser
orjupyterhub-labhub
cannot start (although I have very limited experience with TLJH's Jupyterhub).Your personal set up
OS:
ubuntu 20.04
Version(s):
jupyterhub 1.3
batchspawner 1.1.0
Full environment
paste output of
pip freeze
orconda list
hereConfiguration
The text was updated successfully, but these errors were encountered: