简体   繁体   中英

Pip install mediapipe showing error even after installing 64 bit version

I tried to install mediapipe in Windows using Python 3.11 64 bit version for a mini hand detection project.

But it showed me the following error:

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

According to official docs ( https://google.github.io/mediapipe/getting_started/install.html#installing-on-windows )

Running MediaPipe on Windows is experimental.

Maybe you could give it try using WSL.

I just found it useful to downgrade Python to 3.9.x

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