How to properly Install mediapipe on Raspberry Pi

Viewed 46

I tried to Install mediapipe for Python on Raspberry Pi 4 Model B with Raspbian OS 11 (Bullseye). I have followed the expected Steps like "sudo pip3 install mediapipe-rpi4". Its successfully installed referring to the terminal, but when i try to import it in a Python file it returns a module not found Error. Is it because of the 64 bit OS?

0 Answers
Related