-
Notifications
You must be signed in to change notification settings - Fork 3k
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
R kernel fails to start (stringi.so / libicui18n.so.58 not found) #497
Comments
I was able to reproduce this on my machine following those instructions. |
Regression in the latest build. I believe all of the R packages are now coming from conda-forge, however. |
Possibly fixed by #499. |
@parente Looking into this now |
@parente Yes, I can confirm that this works using the latest images. I have tested on:
Here's the clean log:
🙏 for your help & the rapid turnaround. |
Passing the 🙏 thanks on to @minrk and closing this out. Cheers! |
What docker image you are using?
I am running
jupyter/datascience-notebook
Output from
docker images | grep datascience-notebook
:What complete docker command do you run to launch the container (omitting sensitive values)?
docker run -d -p 8889:8888 --name jacki-datascience jupyter/datascience-notebook start-notebook.sh --NotebookApp.token=''
What steps do you take once the container is running to reproduce the issue?
What do you expect to happen?
I expect to see "connected" in the top right-hand corner. I also expect to be able to create and execute R code in cells in the notebook.
What actually happens?
I see the message (in status area):
kernel starting .. please wait
I see the message (in status area):
Connected
Then immediately it turns to
Dead
& I see a popup.Finally the status reads
No kernel
& the popup is as follows:At this point, my docker log reads as follows:
And, if I try to confirm the status of the docker image:
Some intermediate googling around led to the following related conda issues:
The text was updated successfully, but these errors were encountered: