homebrew

Somehow I can’t instal Homebrew

假装没事ソ 提交于 2020-07-10 10:26:29
问题 As described on the homebrew site (https://brew.sh/) this should be pretty straightforward, just open the terminal, paste and run. However, somehow it is not working for me and now a couple of hours in, I am getting very frustrated. I am a rookie and suspect this is some easy fix thing, so I would appreciate some help. I am on macOS Catalina, using zsh , and when I paste and run nothing happens, the cursor goes to the next line, and I can type, but nothing runs, no feedback. Which I

Somehow I can’t instal Homebrew

本小妞迷上赌 提交于 2020-07-10 10:26:23
问题 As described on the homebrew site (https://brew.sh/) this should be pretty straightforward, just open the terminal, paste and run. However, somehow it is not working for me and now a couple of hours in, I am getting very frustrated. I am a rookie and suspect this is some easy fix thing, so I would appreciate some help. I am on macOS Catalina, using zsh , and when I paste and run nothing happens, the cursor goes to the next line, and I can type, but nothing runs, no feedback. Which I

Installing Wine on Mac OS Catalina. Error: No available formula with the name “wine”

依然范特西╮ 提交于 2020-07-09 08:43:10
问题 I'm trying to install Wine on my Mac via Brew. I'm using Catalina and just updated brew, installed XQuartz and have Xcode installed. When I type the command "Brew install wine" it returns the following: Error: No available formula with the name "wine" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow wine was deleted from homebrew/core in commit

How to make Brew install Vim with +clipboard?

送分小仙女□ 提交于 2020-07-05 11:47:30
问题 I'm trying to figure out how to copy-and-paste between a file edited with Vim and the macOS Clipboard. Most instructions say to start by installing Vim using Homebrew as it will be installed with the clipboard option enabled (vim --version will display "+clipboard"). However, when I installed Vim using brew, the clipboard option was still set to "-clipboard". Can I force brew to reinstall Vim and turn this option on in the process? I'm using Homebrew 1.1.2 which installed VIM 7.4. 回答1:

There is no Cellar file in my usr/local dir for brew

大城市里の小女人 提交于 2020-07-05 04:46:30
问题 I have been trying to use brew to install tmux but every time I put in brew install tmux it would tell me: Error: Could not create /usr/local/Cellar Check you have permission to write to /usr/local I then tried to do it with sudo but it did not work, which I guest would would not seeing that brew does not want to be used with root. I have already made sure that all the files that are in /usr/local belong to me. I can’t change the /usr/local file; it says: “Operation not permitted”. How can I

There is no Cellar file in my usr/local dir for brew

和自甴很熟 提交于 2020-07-05 04:45:25
问题 I have been trying to use brew to install tmux but every time I put in brew install tmux it would tell me: Error: Could not create /usr/local/Cellar Check you have permission to write to /usr/local I then tried to do it with sudo but it did not work, which I guest would would not seeing that brew does not want to be used with root. I have already made sure that all the files that are in /usr/local belong to me. I can’t change the /usr/local file; it says: “Operation not permitted”. How can I

Cannot run Sift with opencv on MacOs

白昼怎懂夜的黑 提交于 2020-06-28 04:05:20
问题 When I try to run cv2.xfeatures2d.SIFT_create() I get this error message: error: OpenCV(4.2.0) /Users/travis/build/skvark/opencv-python/opencv_contrib/modules/xfeatures2d/src/sift.cpp:1210: error: (-213:The function/feature is not implemented) This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'create' saying to set OPENCV_ENABLE_NONFREE but I installed opencv with homebrew that has that option already

gpg-agent not found for homebrew

纵饮孤独 提交于 2020-06-27 07:26:19
问题 I'm attempting to install gpg-agent , but I am getting an error that the formula doesn't exist: $ brew install gpg-agent Error: No available formula with the name "gpg-agent" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow Error: No previously deleted formula found. ==> Searching for similarly named formulae... Error: No similarly named formulae

gpg-agent not found for homebrew

十年热恋 提交于 2020-06-27 07:26:13
问题 I'm attempting to install gpg-agent , but I am getting an error that the formula doesn't exist: $ brew install gpg-agent Error: No available formula with the name "gpg-agent" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow Error: No previously deleted formula found. ==> Searching for similarly named formulae... Error: No similarly named formulae

HG-Git: AttributeError: 'bytes' object has no attribute 'encode'

不羁的心 提交于 2020-06-26 14:08:17
问题 I'm trying to clone a git repository with mercurial and hg-git, but an AttributeError keeps coming up. When I run hg clone git://github.com/michaelfm1211/simpleserve , the output I get is this: destination directory: simpleserve ** unknown exception encountered, please report by visiting ** https://mercurial-scm.org/wiki/BugTracker ** Python 3.8.3 (default, May 31 2020, 07:24:01) [Clang 11.0.3 (clang-1103.0.32.62)] ** Mercurial Distributed SCM (version 5.4.1) ** Extensions loaded: hggit