'Q: Cannot install “mediapipe” library on anaconda
I am trying to install mediapipe using
pip install mediapipe
but I am getting this error.
ERROR: could not find a version that satisfies the requierement mediapipe. no matching distribution found for mediapipe.
Solution 1:[1]
Mediapipe supports does not support all python versions. Please visit https://pypi.org/project/mediapipe/#files and see if there is a version matching yours, download it, cd (change directory) of the console to the folder where you downloaded the file, and run
pip install filename.whl
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Xephonine |
