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

plot_indices Error: libicui18n.so.58: cannot open shared object file #57

Open
bednarsky opened this issue Nov 15, 2024 · 2 comments · May be fixed by #62
Open

plot_indices Error: libicui18n.so.58: cannot open shared object file #57

bednarsky opened this issue Nov 15, 2024 · 2 comments · May be fixed by #62
Labels
bug Something isn't working

Comments

@bednarsky
Copy link

Error: package or namespace load failed for ‘reshape2’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/path/to/conda/67a458e144ba0b8390744c5114e1d068_/lib/R/library/stringi/libs/stringi.so':
libicui18n.so.58: cannot open shared object file: No such file or directory

@bednarsky
Copy link
Author

Changing ggplot.yaml and reinstalling fixed it for me

channels:
  - conda-forge
  - bioconda
  - defaults
dependencies:
  - r-ggplot2=3.3.6
  - r-patchwork=1.1.2
  - r-ggally=2.1.2
  - r-ggrepel=0.9.1
  - r-reshape2=1.4.4
+  - r-stringi=1.8.4
  - r-data.table=1.15.4

r-stringi 1.8.4 r42hbd1cc82_0 conda-forge

@sreichl
Copy link
Collaborator

sreichl commented Nov 18, 2024

okay if tested feel free to PR

@sreichl sreichl added the bug Something isn't working label Nov 18, 2024
@bednarsky bednarsky linked a pull request Nov 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants