dyld:没有加载的库:@rpath/libreadline.6.2。dylib和@rpath / libintl.8.dylib

时间:2021-10-06 21:29:40

I just installed the new update on OSX because it kept popping up. Of course, it broke something. I can't access my R anymore.

我刚刚安装了OSX的新更新,因为它不断弹出。当然,它打碎了什么东西。我不能再访问我的R了。

Took me forever to get my environment set up. I have all of my R packages installed with the R I'm using in conda.

我花了很长时间才建立起我的环境。我所有的R包都安装在conda的R中。

How can I fix this? Why do dyld libraries always break when I do any updates or slight tweaks? It really messes up the workflow...

我怎么解决这个问题?当我做任何更新或微调时,为什么dyld库总是会中断?它真的会打乱工作流程……

Joshs-MBP:~ mu$ which R
/Users/mu/anaconda/bin/R
Joshs-MBP:~ mu$ R
dyld: Library not loaded: @rpath/libreadline.6.2.dylib
  Referenced from: /Users/mu/anaconda/lib/R/lib/libR.dylib
  Reason: image not found
Abort trap: 6
```

I'm running OSX Sierra 10.12.6 it literally broke immediately when it started updating Xcode (I thought it was just updating my iTunes).

我正在运行OSX Sierra 10.12.6,当它开始更新Xcode(我以为它只是在更新我的iTunes)时,它立即崩溃了。

Joshs-MBP:~ mu$ conda info
Current conda install:

               platform : osx-64
          conda version : 4.3.29
       conda is private : False
      conda-env version : 4.3.29
    conda-build version : not installed
         python version : 3.6.3.final.0
       requests version : 2.18.4
       root environment : /Users/mu/anaconda  (writable)
    default environment : /Users/mu/anaconda
       envs directories : /Users/mu/anaconda/envs
                          /Users/mu/.conda/envs
          package cache : /Users/mu/anaconda/pkgs
                          /Users/mu/.conda/pkgs
           channel URLs : https://repo.continuum.io/pkgs/main/osx-64
                          https://repo.continuum.io/pkgs/main/noarch
                          https://repo.continuum.io/pkgs/free/osx-64
                          https://repo.continuum.io/pkgs/free/noarch
                          https://repo.continuum.io/pkgs/r/osx-64
                          https://repo.continuum.io/pkgs/r/noarch
                          https://repo.continuum.io/pkgs/pro/osx-64
                          https://repo.continuum.io/pkgs/pro/noarch
            config file : None
             netrc file : None
           offline mode : False
             user-agent : conda/4.3.29 requests/2.18.4 CPython/3.6.3 Darwin/16.7.0 OSX/10.12.6
                UID:GID : 501:20

I tried https://github.com/ContinuumIO/anaconda-issues/issues/6312 but now there's a different but similar error:

我尝试了https://github.com/continuumio/anaconda -发行/发行版,但现在有一个不同但类似的错误:

Joshs-MBP:~ mu$ R
dyld: Library not loaded: @rpath/libintl.8.dylib
  Referenced from: /Users/mu/anaconda/lib/R/lib/libR.dylib
  Reason: image not found
Abort trap: 6

1 个解决方案

#1


0  

dyld:没有加载的库:@rpath/libreadline.6.2。dylib和@rpath / libintl.8.dylib https://github.com/conda/conda/issues/6183

https://github.com/conda/conda/issues/6183

https://github.com/mingwandroid has a great explanation in what's happening with R, dylib, and MacOS

https://github.com/mingwandroid对R、dylib和MacOS的发生有很好的解释。

#1


0  

dyld:没有加载的库:@rpath/libreadline.6.2。dylib和@rpath / libintl.8.dylib https://github.com/conda/conda/issues/6183

https://github.com/conda/conda/issues/6183

https://github.com/mingwandroid has a great explanation in what's happening with R, dylib, and MacOS

https://github.com/mingwandroid对R、dylib和MacOS的发生有很好的解释。