1

I have an issue with not being able to use an integral piece of software due to its dependancy and being compiled with a previous version of opencv. When installing new opencv using homebrew brew install opencv I am getting the latest version 3.4. Is there anyway to install a previous version? Edit: On MacOS.

user3357649
  • 53
  • 1
  • 11
  • It doesn't look like there's a previous version tap for this. Did you resolve it yourself in the end? – ndtreviv Apr 10 '18 at 11:36

2 Answers2

2

For others with the same problem:

$ brew install opencv@3
Adriel Jr
  • 2,451
  • 19
  • 25
0

See this other answer about installing different versions of homebrew packages. Homebrew install specific version of formula?

Phil Cook
  • 2,025
  • 19
  • 25