OS Platform and Distribution
Raspberry Pi Bullseye 32-bit AARCH64
Compiler version
gcc (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110
Programming Language and version
Python 3.9.2
Installed using virtualenv? pip? Conda?(if python)
pip
MediaPipe version
0.10.3 for python (cp39) anylinux
Bazel version
? - not building from sources
XCode and Tulsi versions (if iOS)
not on IOS
Android SDK and NDK versions (if android)
not on Android
Android AAR (if android)
None
OpenCV version (if running on desktop)
4.5.1
Describe the problem
I was able to successfully install version 0.10.3 on my Raspberry pi 3b running the 64-bit version of bullseye; however I cannot install on my raspberry pi 4b running 32-bit bullseye. I downloaded this file:
mediapipe-0.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: mediapipe-0.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl is not a supported wheel on this platform.and tried to install with pip; but I keep getting this error:
I looked for "simple" but it appears it is unknown?
Complete Logs
pi@pi32bbull:/etc/apt $ pip install mediapipe==0.10.3
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement mediapipe==0.10.3 (from versions: none)
ERROR: No matching distribution found for mediapipe==0.10.3
I get same error if I use the above downloaded mediapipe installation package.
OS Platform and Distribution
Raspberry Pi Bullseye 32-bit AARCH64
Compiler version
gcc (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110
Programming Language and version
Python 3.9.2
Installed using virtualenv? pip? Conda?(if python)
pip
MediaPipe version
0.10.3 for python (cp39) anylinux
Bazel version
? - not building from sources
XCode and Tulsi versions (if iOS)
not on IOS
Android SDK and NDK versions (if android)
not on Android
Android AAR (if android)
None
OpenCV version (if running on desktop)
4.5.1
Describe the problem
Complete Logs