seancarmody / ngramr

R package to query the Google Ngram Viewer
Other
48 stars 9 forks source link

nodejs file libicui18n.so.74 not found #48

Open sfkiesling opened 2 weeks ago

sfkiesling commented 2 weeks ago

I think the "libicui18n.so" in nodejs icu has surpassed the one in ngramr. I've updated nodejs and have /usr/lib/libicui18n.so.75 in my system (linux). I get the following error when trying to run ngram:

> ngram("dude") Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/user/R/x86_64-pc-linux-gnu-library/4.4/stringi/libs/stringi.so': libicui18n.so.74: cannot open shared object file: No such file or directory

Given that the required is lower than the installed, and there are other programs depending on the higher version, can you update to libicui18n.so.75? Or maybe you can suggest a different solution.

Thanks!

sfkiesling commented 2 weeks ago

Resolved, had to reinstall stringi. Not even sure what the whole libicu issue is now.

seancarmody commented 2 weeks ago

Glad you sorted it out!