So lately I have been trying to install the package mediapipe
for one of my opencv projects. But when I'm trying to install it shows me this error:
Could not find a version that satisfies the requirement mediapipe (from versions: )
No matching distribution found for mediapipe
python version == 3.7.4
pip version == 19.3.0
one more thing when I'm trying to install it outside the venv it is installing perfectly.
Finally solved the issue. I was using a 32 bit
interpreter, you can verify this since it is showing Python37-32
which means a 32 bit interpreter
so you just need to change to a 64 bit
python interpreter and also make sure that your python version is at least 3.7