Open
Description
OS Platform and Distribution
MacOS 14.3
Compiler version
Homebrew clang 17.0.6
Programming Language and version
Python 3.11.5
Installed using virtualenv? pip? Conda?(if python)
Conda
MediaPipe version
n/a
Bazel version
n/a
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)
4.8.1
Describe the problem
When I run pip3 install mediapipe==0.10.9
in my conda environment, the following error is given: ERROR: Could not find a version that satisfies the requirement mediapipe==0.10.9 (from versions: 0.9.1.0)
. However, when I run /usr/local/bin/pip3 install mediapipe==0.10.9
(i.e. using MacOS default python instead of conda), the installation is successful.
Complete Logs
For the output of `pip -vv install mediapipe==0.10.9`, please see https://pastebin.com/bK40avMx
(base) richard@dyn3243-24 ~ % pip -v install mediapipe==0.10.9
Using pip 23.3.1 from /usr/local/Caskroom/miniconda/base/lib/python3.11/site-packages/pip (python 3.11)
ERROR: Could not find a version that satisfies the requirement mediapipe==0.10.9 (from versions: 0.9.1.0)
ERROR: No matching distribution found for mediapipe==0.10.9