homebrew

Why are my Homebrew bash completion paths suddenly missing?

左心房为你撑大大i 提交于 2019-12-12 02:35:55
问题 Since my latest update of Homebrew, I'm suddenly getting the warnings below when attempting to set up path completion as I have always done, with commands (in my bash_profile ) such as source $(brew --repository)/etc/bash_completion.d/git-completion.bash The only thing I've done since this last worked is run brew update && echo; brew upgrade --all . How do I fix this error and restore access to my path completions. Why caused this to happen. -bash: /usr/local/Homebrew/etc/bash_completion.d

API Request - OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server hello A

谁都会走 提交于 2019-12-12 02:18:25
问题 Another of of these questions, I know this question has been asked (and answered) a lot on StackOverflow, but I can't get any of those to work for me and I also have a few questions I would like to learn. Here is my error: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server hello A To start, here is my system settings. I am on OSX El Capitan version 10.11.6 openssl version OpenSSL 0.9.8zh 14 Jan 2016 which openssl /usr/bin/openssl ruby -v ruby 2.1.6p336

How do I install Matplotlib as a Macintosh Yosemite User

强颜欢笑 提交于 2019-12-12 01:46:35
问题 I am a Macintosh Yosemite user. When I try to import matplotlib I get the following error. import matplotlib Traceback (most recent call last): File "<pyshell#11>", line 1, in <module> import matplotlib File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/__init__.py", line 180, in <module> from matplotlib.cbook import is_string_like File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/cbook.py", line 33, in

Error when running Jekyll: cannot load such file — google/api_client (LoadError)

谁都会走 提交于 2019-12-12 00:14:58
问题 I had to reinstall OS X Yosemite 10.10.5 and now I get the following error when running my Jekyll site (previously it was working fine): MacBook-Pro-Svetlana:iloveip svetlana$ jekyll serve WARN: Unresolved specs during Gem::Specification.reset: pygments.rb (~> 0.6.0) redcarpet (~> 3.1) jekyll-watch (~> 1.1) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. Configuration file: /Users/svetlana/Desktop/iloveip/_config.yml /Users/svetlana/Desktop/iloveip/_plugins

Traceback generated for every pip command: 'ImportError: cannot import name ThreadingTCPServer' (macOS homebrew)

旧巷老猫 提交于 2019-12-11 19:34:36
问题 How do I fix my apparently-corrupted Python 2.7.16 install? (fwiw, my Python3 seems to run fine.) It is a homebrew-based, macOS 10.14.6 install. I get a Traceback generated for most every pip command, including 'pip --version' as noted below, with this error: ImportError: cannot import name ThreadingTCPServer . Details below. I've not yet tried to debug the install; ie, the ThreadingTCPServer is defined in one of the Cellar files, but I do not yet understand why it's import fails. Maybe it's

Why does brew installed python not see the pip installed modules?

杀马特。学长 韩版系。学妹 提交于 2019-12-11 17:33:26
问题 Both pandas and pandasql were installed via pip and are visible to the system/macos version of python . They are not visible to the brew installed python : they result in ImportError: No module named pandas I have tried the brew specific pip's as well: $/usr/local/Cellar/python/2.7.14/libexec/bin/pip install pandasql Requirement already satisfied: pandasql in /Library/Python/2.7/site-packages Requirement already satisfied: numpy in /Users/sboesch/Library/Python/2.7/lib/python/site-packages

numpy version creating issue. python 2.7 already installed

安稳与你 提交于 2019-12-11 17:18:21
问题 Getting few "package missing" errors while installing ipython on High Sierra. matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible. 回答1: I just met the same problem. It's a issue about numpy preinstall in Python has a version number issue(required >=1.5, but found 1.8.0rc1). Try running brew install python2 to upgrade your python which may solve this issue. 回答2: Simple solution provided by The Matplotlib development team: https://matplotlib.org/faq

install homebrew required root password [closed]

三世轮回 提交于 2019-12-11 16:13:41
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I try to install homebrew at /usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" but it required root password ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. /usr/local/bin /usr/local/include /usr/local/lib /usr/local/lib/pkgconfig

There is no Options in Hombrew for opencv installation

拥有回忆 提交于 2019-12-11 15:08:26
问题 When I run this command on Terminal brew info opencv I get this answer: opencv: stable 3.3.0 (bottled) Open source computer vision library http://opencv.org/ /usr/local/Cellar/opencv/3.3.0_3 (516 files, 122.9MB) * Poured from bottle on 2017-08-27 at 01:15:27 From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/opencv.rb ==> Dependencies Build: cmake ✔, pkg-config ✔ Required: eigen ✔, ffmpeg ✔, jpeg ✔, libpng ✔, libtiff ✔, openexr ✔, numpy ✔ ==> Requirements Required: python ✔,

subject: cannot codesign system certificate for gdb in keychain access in Mac OS X High Sierra

本小妞迷上赌 提交于 2019-12-11 14:41:13
问题 I'm trying to use gdb on Mac OSX High Sierra. I installed version 8.01 using brew (the latest version 8.1 actually has a separate, unrelated error), and am having trouble with the codesign step. I'm following the instructions at the page suggested by brew. In Keychain Access, I create a certificate, using the "codesign" option, and overriding defaults, and click through until it asks for the location of the certificate, for which I select "keychain: system". However, immediately afterwards I