Skip to content

Instantly share code, notes, and snippets.

@leipzig
Created August 4, 2017 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save leipzig/be08ae5442e32c9ce5b4362de9d61856 to your computer and use it in GitHub Desktop.
Save leipzig/be08ae5442e32c9ce5b4362de9d61856 to your computer and use it in GitHub Desktop.
ImportError: libicuuc.so.54: cannot open shared object file: No such file or directory
python -c 'import rpy2.robjects as robjects'
this is almost certainly caused by conda-forge
to fix
conda install -c r r-base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment