简体   繁体   中英

can't install mediapipe? python 3.8

I have tried to use pip install mediapipe , and other similar methods of pip install to install mediapipe as i need it for one of my projects. I am stumped and don't know what to do anymore. I have python 3.8 and the latest version of pip. This is the error I keep getting: 在此处输入图像描述

ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
ERROR: No matching distribution found for mediapipe

you can specify the specific version of the lib

such as:

pip install mediapipe==0.8.9.1 (the version which you want.)

You have to change the python version to 3.7 with 64bit then only you can install it if you can create a virtual environment for it as well so that will do great

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM