-
Notifications
You must be signed in to change notification settings - Fork 14
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
aiidalab/full-stack:edge
container crashing
#494
aiidalab/full-stack:edge
container crashing
#494
Comments
@edan-bainglass thanks for the report. Is it crashing on container startup? Where exactly do you see this trace? |
On container startup |
Just provide more context, if I understand correctly from the discussion with @edan-bainglass, he changed to use |
No, I don't think that's the issue. But I believe I saw something similar when i was upgrading the container to the edge image. @edan-bainglass Can you provide the output of
|
Yes, I'd guess this is likely. Another thing to know is what was the previous version of the image that worked? |
According to this issue, downgrading or upgrading traitlets might fix this jupyter/notebook#7048 |
It seems that this is caused by I would also be interested about which version of the image have you been running previously. AFAIK this is not a problem with Ohhh, I found it. 😅 It looks like this issue has been introduced only very recently in EDIT: Here's the PR that introduced this aiidalab/aiidalab-widgets-base#621 |
@danielhollas thanks for taking care of this. Note that it is no longer a concern for me at the moment. A bit of context - I was exploring Solara for app/widget development, specifically for the In any case, good we caught this bug. Thanks again @danielhollas, @unkcpz for addressing it. |
As we learned in aiidalab/aiidalab-docker-stack#494, it is really not good if traitlets dependency is installed outside of the conda enviroment (i.e. to ~/.local) as it may break the jupyter notebook. Here we downgrade the minimum traitlets version back to 5.4. (NOTE: That the original motivation to upgrading to 5.9 was performance, I believe it is better if we upgrade directly in the image).
As we learned in aiidalab/aiidalab-docker-stack#494, it is really not good if traitlets dependency is installed outside of the conda enviroment (i.e. to ~/.local) as it may break the jupyter notebook. Here we downgrade the minimum traitlets version back to 5.4. (NOTE: That the original motivation to upgrading to 5.9 was performance, I believe it is better if we upgrade directly in the image).
Crashing with the following message:
The text was updated successfully, but these errors were encountered: