-
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 reshape2 lib fails to load (stringi.so / libicui18n.so.64 not found) #927
Comments
Similar to #497. Hope it will be a quick fix. |
Workaround is to install stringi. |
If this is still an issue, the upstream conda-forge |
Not sure if I should put this here or start a new issue - I get the same error trying to load edit - Also in my case the package is listed as installed from the conda-forge channel, re-installing the same version number from the r channel fixes the problem. |
Also happens for me, probably linked to a release/update from the last ~7 days, since it was okay last Friday. Using
|
In the conda-forge recipes:
Fixing the issue in the third bullet should resolve the problem in the images here. Note that the issue title says OSX, but others have reported the same problem on Ubuntu in the comments. |
Alternatively, much more prefered, would be to include stringi in all images. That would also help people like me behind firewall :) |
Hi, The R stack has been updated recently in the PR #1000 and the library can be loaded. > library(reshape2)
> packageVersion("reshape2")
[1] ‘1.4.3’ So could you please give it a try? However regarding the
The most recent version available Side noteWe cannot remove the dependency since it is brought by |
Hello, I've no feedback on this issue. Moreover now tests are in place ensuring that all the installed packages can be imported. For example this is an extract of the build logs showing the result of the import test for 2020-03-17 19:49:47 [ INFO] Grabing the list of specifications ... (helpers.py:76)
-------------------------------- live log call ---------------------------------
2020-03-17 19:49:48 [ INFO] Testing the import of packages ... (test_packages.py:133)
2020-03-17 19:49:48 [ INFO] Trying to import reshape2 (test_packages.py:135)
[...]
PASSED [100%] So I'm closing this issue, feel free to open a new one in case of problem. Best. |
Hi! Thanks for using the Jupyter Docker Stacks.
Please review the following guidance about how to ask questions, contribute changes, or report bugs in the Docker images maintained here.
If you have a general question about using these Docker images or with Jupyter + Docker in general, please post your question in the Jupyter Discourse Q&A section so that it can be seen, discussed, and hopefully answered by the community.
If you are looking to contribute to the images, please see the Contributor's Guide in the documentation for our preferred processes.
If you are reporting an issue with one of the existing images, please answer the questions below to help us troubleshoot the problem. Please be as thorough as possible.
What docker image you are using?
jupyter/all-spark-notebook:2ce7c06a61a1
What complete docker command do you run to launch the container (omitting sensitive values)?
docker run -it jupyter/all-spark-notebook:2ce7c06a61a1 /bin/bash
What steps do you take once the container is running to reproduce the issue?
What do you expect to happen?
Package to load without error
What actually happens?
Throws the following error:
The text was updated successfully, but these errors were encountered: