Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyterhub does not start anymore #21

Open
ReneNeu opened this issue Dec 12, 2020 · 2 comments
Open

Jupyterhub does not start anymore #21

ReneNeu opened this issue Dec 12, 2020 · 2 comments

Comments

@ReneNeu
Copy link

ReneNeu commented Dec 12, 2020

Hi,
I have followed the instructions in the readme. First install the whole thing via pip and then add in the config I use the following configration :

c.JupyterHub.authenticator_class = 'jhub_remote_user_authenticator.remote_user_auth.RemoteUserLocalAuthenticator'

When I then try to start the service this no longer works.

This tries to start briefly
Unbenannt

and then exits
Unbenannt2

Did I do something wrong because the steps to install are quite ismpel. I use Jupyterhub via the TLJH installation. Has anyone had the same problem or can help me?

@cwaldbieser
Copy link
Owner

Try starting an interactive python shell on the server and see if you can import the authenticator.

$ /opt/tljh/hub/bin/python3
>>> from jhub_remote_user_authenticator.remote_user_auth import RemoteUserLocalAuthenticator

If you don't get any errors. then your setup ought to run. Otherwise, let me know what the error is.

@IceskYsl
Copy link

from jhub_remote_user_authenticator.remote_user_auth import RemoteUserLocalAuthenticator
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'jhub_remote_user_authenticator'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants