cansik / mediapipe-silicon

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

No matching distribution found for mediapipe-silicon==0.8.11 #15

Open chenjingyiyaya opened 1 year ago

chenjingyiyaya commented 1 year ago

When I run the command
"/Applications/Blender.app/Contents/Resources/3.5/python/bin/python3.10 -m pip install mediapipe-silicon==0.8.11 --target /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages", the errors that reported is as follows: ERROR: Could not find a version that satisfies the requirement mediapipe-silicon==0.8.11 (from versions: none) ERROR: No matching distribution found for mediapipe-silicon==0.8.11.

Is it because of my system version?

My MAC: macOS Big Sur 11.3.1, MacBook Pro (13-inch, M1, 2020), Apple M1

cansik commented 1 year ago

Could it be that blender is using rosetta2? Otherwise this should be possible, but I never tried to install it into blender. I am going to try it out today.

chenjingyiyaya commented 1 year ago

Although I don't know the exact reason, I upgraded my macOS to version 12, and then it worked when I retried. Perhaps it's because the system update also cleared all my Python environments.

chenjingyiyaya commented 1 year ago

thanks for your patience~