dthpham / sminterpolate

Make motion interpolated and fluid slow motion videos from the command line.
MIT License
1.38k stars 91 forks source link

Opencv failing to install, no formulae found #78

Open c0debreaker opened 6 years ago

c0debreaker commented 6 years ago

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.

vamshireddyp commented 6 years ago

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