We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR: libicui18n.so.58: cannot open shared object file: No such file or directory
Hello,
I am trying to install xml2 in R by
xml2
R
install.packages("xml2", lib='~/R/x86_64-pc-linux-gnu-library/4.0')
But
Error : unable to load shared object '/lila/home/lid/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-xml2/00new/xml2/libs/xml2.so': libicui18n.so.58: cannot open shared object file: No such file or directory ERROR: installing Rd objects failed for package 'xml2'
Can someone tell me what is wrong with the install and what should I do to install it?
Thanks a lot
The text was updated successfully, but these errors were encountered:
I solved this problem by removing anaconda completely from my PATH and LD_LIBRARY_PATH environment variables. (#219)
Sorry, something went wrong.
I call conda deactivate in the terminal window before starting R and installing packages like XML, xml2 or RCurl.
No branches or pull requests
Hello,
I am trying to install
xml2
inR
byBut
Can someone tell me what is wrong with the install and what should I do to install it?
Thanks a lot
The text was updated successfully, but these errors were encountered: