Gettting issue while adding mediapipe to python3.7.3 version

21 views
Skip to first unread message

KISHOR KUMAR SAHOO

unread,
May 10, 2024, 6:40:54 AMMay 10
to MediaPipe
Hi
I want to add mediapipe into my python3.7.3 version server, but while adding i am getting issue 
python3 --version
Python 3.7.3
#
# pip search mediapipe
ERROR: XMLRPC request failed [code: -32500]
RuntimeError: PyPI no longer supports 'pip search' (or XML-RPC search). Please use https://pypi.org/search (via a browser) instead. See https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods for more information.
#
#
# pip install mediapipe==0.6.1
ERROR: Could not find a version that satisfies the requirement mediapipe==0.6.1 (from versions: none)
ERROR: No matching distribution found for mediapipe==0.6.1
#
# pip install mediapipe==0.5.0
ERROR: Could not find a version that satisfies the requirement mediapipe==0.5.0 (from versions: none)
ERROR: No matching distribution found for mediapipe==0.5.0
#
# RUN pip install --upgrade pip && pip install mediapipe==0.8.4
/bin/sh: 23: RUN: not found
# pip install --upgrade pip && pip install mediapipe==0.8.4
Requirement already satisfied: pip in /venv/lib/python3.7/site-packages (24.0)
ERROR: Could not find a version that satisfies the requirement mediapipe==0.8.4 (from versions: none)
ERROR: No matching distribution found for mediapipe==0.8.4


i want the supported verssion of mediapipe for python3.7.3

Best Regards,
Reply all
Reply to author
Forward
0 new messages