Skip to content
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

bugfix: Outdated dependency for IR kernel libicu, installed .58 #4

Merged
merged 2 commits into from
Aug 26, 2018
Merged

Conversation

nicbet
Copy link
Collaborator

@nicbet nicbet commented Aug 25, 2018

When starting R kernel, kernel keep dying with

Error: package or namespace load failed for 'stringi' in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/data/kensche/work/share/miniconda3/envs/test/lib/R/library/stringi/libs/stringi.so':
  libicui18n.so.54: cannot open shared object file: No such file or directory

conda list shows icu installed at .58

Resolution is to prepend conda-forge channel.

Resolves:
#3

See also:
https://conda-forge.org/docs/conda-forge_gotchas.html
jupyter/docker-stacks#499
jupyter/docker-stacks#497

nicbet added 2 commits August 25, 2018 12:33
…renced .54

When starting R kernel, kernel keep dying with

```
Error: package or namespace load failed for 'stringi' in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/data/kensche/work/share/miniconda3/envs/test/lib/R/library/stringi/libs/stringi.so':
  libicui18n.so.54: cannot open shared object file: No such file or directory
```

`conda list` shows icu installed at .58

Resolution is to prepend conda-forge channel.

Resolves:
#3

See also:
https://conda-forge.org/docs/conda-forge_gotchas.html
jupyter/docker-stacks#499
jupyter/docker-stacks#497
@SaschaJust SaschaJust merged commit 07dde1b into SaschaJust:master Aug 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants