BUG修复:conda安装的R报错修复

报错:

$ R

pipeline/app/miniconda3/lib/R/bin/exec/R: error while loading shared libraries: libicuuc.so.56: cannot open shared object file: No such file or directory

修复:

conda install -c conda-forge icu=56.1

修复后:

$ R

R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

>

 

 

#############################################

附CentOS安装R教程:

yum install dnf

dnf install epel-release

yum install R

#############################################

有root权限就是好。没有的话就自己装吧。

posted on 2021-04-14 17:02  Yuan-SW-F(abysw)  阅读(729)  评论(0编辑  收藏  举报

导航