当我尝试使用pip在我的虚拟环境中安装mediapipe时,我在我的终端中运行以下命令:
(venv) (base) stu-S2-19r:FaceDetector S2$ pip install mediapipe并得到了这个错误:
ERROR: Could not find a version that satisfies the requirement mediapipe
ERROR: No matching distribution found for mediapipe我目前正在运行: Python 3.7.7,pip 21.0.1 on Mac OS version10.14.6。
任何帮助都将不胜感激
发布于 2021-05-01 14:08:04
我想通了。您需要确保运行的Mac OS版本为Catalina或更高版本。
https://stackoverflow.com/questions/67313836
复制相似问题