mediapipe: MacOS 11.2.3 cannot install 0.10.0
OS Platform and Distribution
macOS 11.2.3
Compiler version
No response
Programming Language and version
python 3.7
Installed using virtualenv? pip? Conda?(if python)
pip
MediaPipe version
0.10.0
Bazel version
No response
XCode and Tulsi versions (if iOS)
No response
Android SDK and NDK versions (if android)
No response
Android AAR (if android)
None
OpenCV version (if running on desktop)
No response
Describe the problem
pip install mediapipe==0.10.0
ERROR: Could not find a version that satisfies the requirement mediapipe==0.10.0 (from versions: 0.7.10, 0.8.0, 0.8.1, 0.8.2, 0.8.3.1, 0.8.4.2, 0.8.5, 0.8.6.2, 0.8.7.1, 0.8.7.2, 0.8.7.3, 0.8.8, 0.8.8.1, 0.8.9, 0.8.9.1, 0.8.10, 0.8.10.1, 0.8.11, 0.9.0, 0.9.0.1)
ERROR: No matching distribution found for mediapipe==0.10.0
Complete Logs
ERROR: Could not find a version that satisfies the requirement mediapipe==0.10.0 (from versions: 0.7.10, 0.8.0, 0.8.1, 0.8.2, 0.8.3.1, 0.8.4.2, 0.8.5, 0.8.6.2, 0.8.7.1, 0.8.7.2, 0.8.7.3, 0.8.8, 0.8.8.1, 0.8.9, 0.8.9.1, 0.8.10, 0.8.10.1, 0.8.11, 0.9.0, 0.9.0.1)
ERROR: No matching distribution found for mediapipe==0.10.0
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 3
- Comments: 24
Doesn’t work for me.
Is MacOS 10.15 not supported anymore for Mediapipe 0.10.0?
I followed the instruction (https://github.com/google/mediapipe/issues/4492#issuecomment-1772367735) but it did not work. My python version is 3.11.6 and I used mediapipe-0.10.7-cp311-cp311-macosx_11_0_universal2.whl.
I solved this issue using Miniforge3 with Python 3.10 instead of Anaconda.