Mac用Pycharm安装mediapipe报错ERROR: Could not find a version that satisfies the requirement mediapipe

问题

因为最近要用python做一个手部检测的项目,于是用找了个开源的程序跑了跑,发现安装mediapipe的时候会报错

ERROR: Could not find a version that satisfies the requirement mediapipe

百思不得其解,去网上找了好多的解答都不行,于是去Stackoverflow看了看,发现是因为苹果的M1和M2的问题,不能兼容mediapipe,正好我的电脑就是M2的,怪不得

解决方案

pip install mediapipe-silicon

你可能感兴趣的:(学习,py,python)