安装Libomp -在我的终端上找不到自制程序



我试图使用以下命令在我的mac上安装libomp:Brew install libomp

但是每次我得到这样的错误:

Warning: No available formula with the name "libomp".
==> Searching for similarly named formulae and casks...
Error: No formulae or casks found for libomp.

我已经卸载和安装Homebrew两次,卸载/安装和更新lightgbm包,似乎没有任何工作。我可以安装其他软件包,所以我的电脑或类似的东西没有问题。

有人知道我怎么能解决这个问题吗?

运行以下命令以确保您的Homebrew是最新的

brew update

然后像这样安装libomp

brew install libomp

并更新了lightgbm包

我不确定这是否意味着lightgbmPython包,lightgbmCLI通过Homebrew安装,或其他东西…但是无论哪种方式,这些东西的存在都不应该影响Homebrew是否能够在您的系统上安装libomp

相关内容

  • 没有找到相关文章

最新更新