-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Can't "pip install mediapipe" in python 3.12.1 with pip version 23.3.2 in windows #5035
Comments
Hi @saptrshighosh, It seems you are using an unsupported Python version. The recommended versions are between 3.8 and 3.11, as specified in the Python Setup documentation. Version 3.12 is not yet supported in Mediapipe. Kindly use the recommended version and inform us if you encounter any issues during the Mediapipe build process with Pip. Thank you |
So can I uninstall Python 3.12.1 (latest) from my system and install Python 3.11.7. Or Can I use both at the same time? What would you suggest? |
Hi @saptrshighosh, If you prefer to continue using version 3.12, we recommend reviewing the StackOverflow thread provided. It's important to note that we have not tested this specific scenario, and we cannot guarantee the successful installation of MediaPipe. However, based on our observations, similar issues have been resolved by downgrading to a supported version of Python and uninstalling any unsupported versions. Thank you |
Okay, thanks for the information. Let me try with Python 3.11.7. I'll let you know. |
Hi @saptrshighosh, Certainly, please provide an update on the status, and inform us if any issues persist. Thank you!! |
Yes the |
Hi @saptrshighosh, Thank you for confirming. Could you kindly inform us if we may consider this issue resolved and proceed to close the status? |
|
Yes, thanks a lot
…On Fri, Dec 22, 2023 at 10:14 google-ml-butler[bot] < ***@***.***> wrote:
Are you satisfied with the resolution of your issue?
Yes
<https://docs.google.com/forms/d/e/1FAIpQLScOLT8zeBHummIZFnfr9wqvxYzWD1DAypyvNia5WVIWtFANYg/viewform?entry.85265664=Yes&entry.2137816233=https://github.com/google/mediapipe/issues/5035>
No
<https://docs.google.com/forms/d/e/1FAIpQLScOLT8zeBHummIZFnfr9wqvxYzWD1DAypyvNia5WVIWtFANYg/viewform?entry.85265664=No&entry.2137816233=https://github.com/google/mediapipe/issues/5035>
—
Reply to this email directly, view it on GitHub
<#5035 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATT2FWBDK7YNJARG2MUVYALYKWWYFAVCNFSM6AAAAABA7JIT56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRXHA2TSMBTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I need help on #57 |
When will you support python 3.12 ? |
Now python 3.12.3 can be installed mediapipe |
on 3.12.4 i still get the error |
OS Platform and Distribution
Windows 11 23H2
Compiler version
No response
Programming Language and version
Python 3.12.1
Installed using virtualenv? pip? Conda?(if python)
pip 23.3.2
MediaPipe version
0.10.9
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)
4.8.1
Describe the problem
pip install mediapipe
Complete Logs
Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none) ERROR: No matching distribution found for mediapipe
The text was updated successfully, but these errors were encountered: