【问题标题】:libtinfow.so.6: cannot open shared object file: No such file or directorylibtinfow.so.6:无法打开共享对象文件:没有这样的文件或目录
【发布时间】:2018-05-02 13:35:48
【问题描述】:

Conda 用于在我的 centos 7 系统中安装 R。康达安装 安装的r版本是r-3.4.1。

但是,当我使用 r 时,会出现错误输出。 "/usr/local/bin/miniconda3/lib64/R/bin/exec/R: error while loading shared libraries: libtinfow.so.6: cannot open shared object file: No such file or directory"

根据google搜索使用了一些测试使用关键字"libtinfow.so.6".

只能找到两个信息。他们对我没有帮助。 enter image description here

【问题讨论】:

    标签: r centos7


    【解决方案1】:

    我在最近的 centos 安装中遇到了同样的问题。但我认为这与centos无关,而是与不同R包版本相关的错误配置。为了解决这个问题,我只需使用“conda uninstall”卸载所有与 R 相关的包以及 gxx 和 gcc 包。比我使用“conda install -c r r”安装 R 强,这会强制在同一进程中安装 gcc 和 gxx。

    【讨论】:

      猜你喜欢
      • 2020-10-19
      • 2018-04-17
      • 1970-01-01
      • 2021-09-08
      • 1970-01-01
      • 1970-01-01
      • 2015-11-30
      • 2012-07-13
      • 1970-01-01
      相关资源
      最近更新 更多