Opencv-project icon indicating copy to clipboard operation
Opencv-project copied to clipboard

I can't install the mediapipe packages in pycharm.

Open xuanxuanxie opened this issue 3 years ago • 1 comments

hi~I can't install the mediapipe packages in pycharm when I try to run the code. For install it, I have tried the following ways but still could't work.

  1. I find the mediapipe in the pycharm->Settings->interpret that's where I used to install some packages, but the mediapipe is not in there.
  2. I try to use pip install requirement in cmd to install the mediapipe packages, but it said the version of numpy packages can't match the mediapipe. But the numpy version needed can't used in python3.7. However, my partner can install the mediapipe, so sad...

xuanxuanxie avatar Mar 02 '22 01:03 xuanxuanxie

@xuanxuanxie try to install dlib first locally then then hit the command in terminal pip install mediapipe

Suchir2004 avatar Feb 20 '24 15:02 Suchir2004