BlendArMocap icon indicating copy to clipboard operation
BlendArMocap copied to clipboard

Blender 3.1 Phyton 3.10.2 No Mediapipe found

Open damartd opened this issue 3 years ago • 6 comments

Blender 3.1 Phyton 3.10.2 No Mediapipe found

damartd avatar May 29 '22 02:05 damartd

Which operating system are you using?

cgtinker avatar May 30 '22 11:05 cgtinker

i am having the same problem sir i am running windows 11 blender 3.2 No module named 'mediapipe.python' this is the error do you know how to download every thing manually if even posble

AvasavA avatar May 31 '22 03:05 AvasavA

yea it's possible using the command line:

  1. find the path to your blender python executable (usually located in the blender folder/resources/version/python/bin)
  2. path/to/python_executeable ensurepip
  3. path/to/python_executeable pip install mediapipe
  4. path/to/python_executeable pip install opencv-python

On silicon macs it's required to use blenders intel version, as the silicon version of mediapipe is not stable enough. Also 64bit operating systems are required. There can be issue installing mediapipe as it's still in beta.

cgtinker avatar May 31 '22 10:05 cgtinker

Did the manual setup solve your issue? If not, could U try blendarmocap v1.5.0 in blender v2.9.3 LTS?

Let me know ;)

cgtinker avatar Jun 08 '22 12:06 cgtinker

Thanks for the reply i did use the v1.5.0 and all working great but the eye brows but i think it's more from my hardware

AvasavA avatar Jun 08 '22 17:06 AvasavA

great, thanks for the reply! are the eyebrows not animated at all or just with low movement? I've added custom properties to increase and decrease mapping results, so maybe u can adjust it :) added some details in the readme, will make a tutorial about this soon

cgtinker avatar Jun 09 '22 13:06 cgtinker