mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

OpenCV version requirement

Open yiyinglai opened this issue 1 year ago • 4 comments

OS Platform and Distribution

macOS Somona 14.6

Compiler version

No response

Programming Language and version

Clang 15.0.0

Installed using virtualenv? pip? Conda?(if python)

No response

MediaPipe version

No response

Bazel version

No response

XCode and Tulsi versions (if iOS)

No response

Android SDK and NDK versions (if android)

No response

Android AAR (if android)

None

OpenCV version (if running on desktop)

No response

Describe the problem

Could not install opencv@3 with brew (Homebrew 4.1.24-12-gc32bd1c)

Complete Logs

Following https://ai.google.dev/edge/mediapipe/framework/getting_started/install.md#installing_on_macos, I tried to install opencv with brew install opencv@3 and got this:


Running `brew update --auto-update`...
Error: opencv@3 has been disabled because it is not maintained upstream!

I checked out https://formulae.brew.sh/formula/opencv@3 and indeed opencv@3 is labeled as disabled currently. How do I continue from here?

yiyinglai avatar Sep 27 '24 16:09 yiyinglai