cansik / mediapipe-silicon

Prebuilt Google MediaPipe packages for arm64.
MIT License
77 stars 4 forks source link

No matching version found error #11

Open yashpansari opened 1 year ago

yashpansari commented 1 year ago

(base) MacBook-Pro-4:~ Yash$ pip install mediapipe-silicon ERROR: Could not find a version that satisfies the requirement mediapipe-silicon (from versions: none) ERROR: No matching distribution found for mediapipe-silicon (base) MacBook-Pro-4:~ Yash$ pip --version pip 22.3.1 from /Users/Yash/opt/anaconda3/lib/python3.8/site-packages/pip (python 3.8) (base) MacBook-Pro-4:~ Yash$ python --version Python 3.8.16

Screen Shot 2023-02-25 at 2 26 24 PM
cansik commented 1 year ago

Please have a look at https://github.com/cansik/mediapipe-silicon/issues/10#issuecomment-1413271418. Could it be that you installed the Intel version of python?

yashpansari commented 1 year ago

I had switched to x86_64 for a different task, my bad. Switched back and it works!