Created
August 4, 2017 15:41
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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