You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
librsvg-2 is one of the dependencies of this package, and my system doesn't have it. Since I don't have admin rights, I installed the library using conda, added the path to PKG_CONFIG_PATH as suggested by the package, ran install.packages('rsvg'), compiled ok, but failed to load.
It seems like rsvg depends on librsvg-2 to function, not just during compilation. So something about the environment variables allowed me to compile rsvg, but not when I load the package.
Probably a bit hacky, but adding the dir containing librsvg-2.so to LD_LIBRARY_PATH solved my issue.
Would appreciate if anyone could suggest a better solution, thanks.
Hi,
I am trying to install the package, but encounter an error indicating that the loading failed.
Thanks for your help!
Details about architecture:
The text was updated successfully, but these errors were encountered: