Questions tagged «homebrew»

Homebrew是适用于macOS和Linux的软件包管理器,它提供了一个轻松的界面来安装许多软件包。它被构建为可以与您现有的系统很好地兼容,并且不会对其造成干扰。它完全基于Git和Ruby构建,并且可以轻松定制以满足您的需求。关于Homebrew的调试帮助至少应包括“ brew doctor”输出的详细信息。

2
aws cli:找不到哈希md5的ERROR:root:code
尝试运行AWS CLI时,出现此错误: aws ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback …

3
如何使用Homebrew在macOS Catalina(10.15)上安装Valgrind?
我尝试使用命令brew install Valgrind安装Valgrind,并且收到一条消息: “ valgrind:由于上游不兼容,该公式无法在比Sierra更高的macOS版本上编译或正常运行。错误:未满足的要求导致此构建失败。” 我还尝试在代码的开头部分“ brew edit valgrind”并将“ sourceware.org/git/valgrind.git”替换为“ git://sourceware.org/git/valgrind.git”,然后在“ Iterm”上写道:brew install --HEAD valgrind”,但它给了我: Last 15 lines from /Users/m/Library/Logs/Homebrew/valgrind/02.configure: checking for gcc-ar... no checking for perl... /usr/bin/perl checking for gdb... /no/gdb/was/found/at/configure/time checking dependency style of clang... none checking for diff -u... yes checking for clang option to accept ISO …

4
错误:桶/桶已移动。轻按自制/酒桶-酒桶
我尝试完成安装过程 在MacOs Catalina上 Github的 第一步是在终端中执行: cd ~/ curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash 但我得到错误: Error: caskroom/cask was moved. Tap homebrew/cask-cask instead. 然后我尝试了: brew tap caskroom/cask 但是我遇到了同样的错误。你有什么建议吗?

2
ImportError:无法导入名称md5
我真的不知道这里发生了什么,我需要在弹性beantalk上部署我的flask应用程序,但是以某种方式改变了路径,无法再运行python application.py了。 [dotnet --info] .NET Core SDK (reflecting any global.json): Version: 2.1.701 Commit: 8cf7278aa1 Runtime Environment: OS Name: Mac OS X OS Version: 10.14 OS Platform: Darwin RID: osx.10.14-x64 Base Path: /usr/local/share/dotnet/sdk/2.1.701/ Host (useful for support): Version: 2.1.12 Commit: ccea2e606d [brew -v] Homebrew 2.2.0 Homebrew/homebrew-core (git revision 43ad0; last commit …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.