Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos-catalina stuck on building wheel for opencv-contrib #1

Open
spindlewhorls opened this issue Mar 22, 2024 · 1 comment
Open

macos-catalina stuck on building wheel for opencv-contrib #1

spindlewhorls opened this issue Mar 22, 2024 · 1 comment

Comments

@spindlewhorls
Copy link

Hi there.

I’m on MacOS Catalina and I’m trying to install the pose detector git - thank you so much for providing it!

The problem is when I try to pip install mediapipe it gets stuck at:

building wheel for opencv-contrib-python(pyproject.toml)

also a window pops up:

to use the java command-line tool you need to install a JDK
from java developer kit download website

I use Anaconda virtual environment with Python 3.10.0 on Macbook Pro(Retina, 13-Inch, Late 2013)(Intel)


I already tried some commands that people recommend as a solution to similar cases online:
-pip install --upgrade opencv-python
-python3 -m pip install opencv-python==4.6.0.66 --verbose
-pip install --upgrade opencv-contrib-python

none of them completes, they all get stuck at: ‘building wheel for opencv-contrib-python (pyproject.toml)’

I also installed a JDK because it looked it could be related but still the same, just without the java window popping up.

I'm using Catalina because I can’t get the RealSense SDK to install nor the camera to be detected in newer versions of macOS.
I'm not sure i it's Catalina related. I only didn’t try Big Sur yet.

any help would be greatly appreciated, thank you!!

@spindlewhorls
Copy link
Author

spindlewhorls commented Mar 22, 2024

for anyone facing this, it worked with:

-python3 -m pip install mediapipe==0.9.1.0 --verbose

(might take hours but succeeds)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant