sminterpolate icon indicating copy to clipboard operation
sminterpolate copied to clipboard

Opencv failing to install, no formulae found

Open c0debreaker opened this issue 7 years ago • 1 comments

Here is the error

❯ brew install homebrew/science/opencv --with-ffmpeg Error: No available formula with the name "homebrew/science/opencv" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/science is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/science)" fetch --unshallow

Error: No previously deleted formula found. ==> Searching for similarly named formulae... ==> Searching local taps... Error: No similarly named formulae found.

c0debreaker avatar Jun 03 '18 16:06 c0debreaker

Try using this

$ brew tap homebrew/science

$ brew install opencv3 --with-contrib --with-python3 --HEAD

If the head shows headless or something just remove --HEAD from the end

vamshireddyp avatar Jul 12 '18 13:07 vamshireddyp