Skip to content
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

MacOS 14.3 Cannot install mediapipe 0.10.x via pip #5115

Open
Unturned3 opened this issue Feb 1, 2024 · 0 comments
Open

MacOS 14.3 Cannot install mediapipe 0.10.x via pip #5115

Unturned3 opened this issue Feb 1, 2024 · 0 comments
Assignees
Labels
os:macOS Issues on MacOS platform:python MediaPipe Python issues stat:awaiting googler Waiting for Google Engineer's Response type:bug Bug in the Source Code of MediaPipe Solution type:build/install For Build and Installation issues

Comments

@Unturned3
Copy link

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
@Unturned3 Unturned3 added the type:build/install For Build and Installation issues label Feb 1, 2024
@kuaashish kuaashish added os:macOS Issues on MacOS platform:python MediaPipe Python issues labels Feb 2, 2024
@kuaashish kuaashish removed their assignment Feb 9, 2024
@kuaashish kuaashish added stat:awaiting googler Waiting for Google Engineer's Response type:bug Bug in the Source Code of MediaPipe Solution labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:macOS Issues on MacOS platform:python MediaPipe Python issues stat:awaiting googler Waiting for Google Engineer's Response type:bug Bug in the Source Code of MediaPipe Solution type:build/install For Build and Installation issues
Projects
None yet
Development

No branches or pull requests

4 participants