-
Notifications
You must be signed in to change notification settings - Fork 3
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
Modulenotfounderror: no module named 'mediapipe.python._framework_bindings' #10
Comments
The same error happened in raspi 4b " from mediapipe.python._framework_bindings import resource_util What can I do? Thanks! |
Same |
Finally, today in the afternoon, I tried "pip install mediapipe" on raspi4B 64bit python3.9 |
May I know do you just type pip install mediapipe in command line? Mine doesnt seem to work on raspi 4B |
---The Way I Install Mediapipe--- Firstly,get a new system:Raspberry Pi OS (64bit) (2022.1.28) [automatically installed: |
I can confirm @NowLoadY 's instructions work - using Raspberry Pi OS (64-bit) lite 2022-04-04 I had to install |
I followed @NowLoadY 's instructions and, even though Mediapipe appeared to install correctly, when I tried to "import" it i received a few errors, per below:
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates I'm no expert but did a few searches and, after downgrading PROTOBUF to 3.20.0 (pip install protobuf==3.20.0), it all worked! hope this helps! |
I can confirm that the NowLoadY instructions work on a raspberry pi 4 with a small addition. Here is the script: NOTE: use 64 bit OS (64bit) (2022.1.28) on raspberry pi 4sudo apt update Kind regards, |
@NowLoadY , thank you very much, it worked for me |
You're welcome, it's not my credit, I simply gave the command line instructions, and I'm more grateful for later additions.❤️ |
worked for me, thanks! |
Hello, I am using a Raspberry Pi 3B+ and my frame rate is around 1 frame per second, I was wondering what kind of performance are you getting out of Mediapipe by installing it via 'pip install mediapipe' ? Does it include optimizations e.g. Neon ? |
@ccarmatic did u find a solution to increase frame rate?? Coz I am stuck with same problem |
It toatlly worked for me. I tried installing it using various methods didnt work. I changed from 32 bit to64 bit debian os and did it finally for my raspberry pi 3 b model. |
@Amrutha0401 can you point me to the OS you use? I didn't find specific 64-bit debian for Raspi |
Hi rizkyarlin, |
Thank you, rob. Unfortunately I'm using RPi 3, that OS is not available for RPi 3 in the imager. |
modulenotfounderror: no module named 'mediapipe.python._framework_bindings'
import mediapipe
raising as error of framework_binding in raspberry pi 3 b+.
The text was updated successfully, but these errors were encountered: