安装Homebrew时出错:dyld:未加载库:@ rpath/libssl.1.0.0.dylib [英] Error when installing Homebrew: dyld: Library not loaded: @rpath/libssl.1.0.0.dylib

查看:222
本文介绍了安装Homebrew时出错:dyld:未加载库:@ rpath/libssl.1.0.0.dylib的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在Mac OS(macOS Mojave版本10.14.3)上安装Homebrew

I'm trying to install Homebrew on my Mac os (macOS Mojave Version 10.14.3)

我不断收到以下错误(我在终端中看到的确切消息):

And I keep getting the following error (the exact message I see in my terminal):

dyld: Library not loaded: @rpath/libssl.1.0.0.dylib
  Referenced from: /Users/[my_machine_name]/anaconda3/lib/libssh2.1.dylib
  Reason: image not found

我看到很多解决方案在解决方案中都提到了一些与 brew 相关的命令,但是我试图在此处安装brew,所以还没有brew.我想知道我该怎么办?

I see a lot of solutions mentioning some brew related commands as part of their solution, but I'm trying to install brew here so I don't have brew yet. I'm wondering what I need to do?

我正在使用以下命令来安装brew:

I'm using the following command to install brew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

推荐答案

您可以通过conda环境管理器安装libssh2来解决此问题.

You can resolve the issue by installing libssh2 via conda environment manager.

conda install libssh2 

这篇关于安装Homebrew时出错:dyld:未加载库:@ rpath/libssl.1.0.0.dylib的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆