-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Jupyter Server process terminated before the initialization completed #653
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@samuelvw01 looks like your server launch is failing but logs are not showing enough details. can you try these:
|
Launching server manually works without any errors. Installed Python environment (it says I had to delete jlab_server folder), but I got same error as above. Set log level to debug, here is my main.log |
Interesting, it was expected to error out in the same way when you tried manually. Did you activate the environment before launching the server manually? you can do so using:
|
@samuelvw01 now that you are able to run locally, can you try building it completely and installing using your own installer? Instructions are here. |
Thanks, that worked! (There were some conflicts during conda constructor phase, but I have resolved them). Now it runs as expected. |
Description
When I click on New session it shows error "Failed to create session! Jupyter Server process terminated before the initialization completed."
Reinstalling didnt help. Clicking on "Install / update Python environment using the bundled installer" hangs at "Installing".
Reproduce
Expected behavior
New session should start
Context
Logs (required for issues with loading, server and startup)
The text was updated successfully, but these errors were encountered: