-
Notifications
You must be signed in to change notification settings - Fork 38
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
env updates for fall2024; change course number and mem reqs #5971
env updates for fall2024; change course number and mem reqs #5971
Conversation
@shaneknapp this should be good to go, to try out in staging. Please let me know if you have any questions. |
@profjsb this should be ready for testing on astro-staging in a few minutes! |
@shaneknapp looks like the staging server does not spawn correctly:
are we missing some dependencies? I cannot see the logs to help debug. |
hmm not sure what's going on... i wasn't able to launch my server either
but will debug tomorrow morning.
…On Mon, Aug 19, 2024 at 5:25 PM Joshua Bloom ***@***.***> wrote:
@shaneknapp <https://github.com/shaneknapp> looks like the staging server
does not spawn correctly:
2024-08-20T00:21:49Z [Warning] Back-off restarting failed container notebook in pod jupyter-joshbloom_astro-staging(258d98cc-c165-473b-9f93-05d42dafed77)
Spawn failed: Server at http://10.28.1.6:8888/user/joshbloom/ didn't respond in 30 seconds
are we missing some dependencies? I cannot see the logs to help debug.
—
Reply to this email directly, view it on GitHub
<#5971 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMIHLHKUSI2MD7CKIOFZDDZSKEHNAVCNFSM6AAAAABMYR7KKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJXG42DEMBYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
ok, so i ran
i added pysqlite2 to environment.yaml and am re-running the build now. |
ok, it's still building locally but failing to launch. i'll work on this a bit more today and see if i can't figure out what's going on. also, i would strongly recommend installing |
@shaneknapp That seems like a conda packaging bug, if jupyter_server needed pysqlite2 but it didn't get pulled in. |
yeah, i agree. but i did fix it by explicitly installing |
In
common.yaml
:update the conda environment, pushing to python 3.11 and dropping support for keras
add in a few packages needed for the AY128/256 course