自己写的,懒得翻译了,抱歉(嘻)


---The Way I Install Mediapipe---

Firstly,get a new system:Raspberry Pi OS (64bit) (2022.1.28)

$python -V
Python 3.9.2
$sudo apt update
$sudo apt upgrade
$pip install opencv-python
$pip install opencv-contrib-python
$pip install mediapipe (mediapipe-0.8.9.1-cp39-cp39-manylinux2014_aarch64.whl)

[automatically installed:
matplotlib==3.5.1
attrs>=19.1.0
absl-py==1.0.0
protobuf>=3.11.4
packaging>=20.0
cycler>=0.10
kiwisolver>=1.0.1
python-dateutil==2.8.2
fonttools>=4.22.0]


Reference:Modulenotfounderror: no module named 'mediapipe.python._framework_bindings' · 议题 #10 · superuser789/MediaPipe-on-RaspberryPi (github.com)icon-default.png?t=M276https://github.com/superuser789/MediaPipe-on-RaspberryPi/issues/10 

Logo

CSDN联合极客时间,共同打造面向开发者的精品内容学习社区,助力成长!

更多推荐