Pip3无法在macOS上安装face_recognition

问题描述 投票:0回答:2

在 macOS 上,我在终端中运行此命令:

sudo pip3 install face_recognition

它开始安装,然后抛出此错误:

错误:命令出错,退出状态为 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c '导入 sys、setuptools、tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-75ks5d9l/dlib/setup.py'"'"'; file='"'"'/private/tmp/pip-install-75ks5d9l/dlib/setup.py'"'"';f=getattr(tokenize, '"'"'打开'"'"', 打开)(file);code=f.read().replace('"'"' ''''', ''''' '"'"');f.close();exec(编译(代码, file, '"'"'exec'"'"'))' 安装--record /private/tmp/pip-record-bze0mci9/install-record.txt --single-version-externally-management --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/dlib 检查日志以获取完整的命令输出。

我首先阅读了有关安装

dlib
的建议,这也引发了错误。我该如何解决这个问题?

python macos pip face-recognition
2个回答
2
投票

首先使用以下命令安装

cmake

pip3 install cmake

© www.soinside.com 2019 - 2024. All rights reserved.