如何解决我在尝试安装face-recognition时遇到的以下错误
Command ""C:\Users\Dayavaan's\PycharmProjects\facerecognition\venv\Scripts\python.exe" "c:\users\dayavaan's\pycharmprojects\facerecognition\venv\lib\site-packages\pip-19.0.3-py3.8.egg\pip\_vendor\pep517\_in_process.py" prepare_metadata_for_build_wheel C:\Users\Public\Documents\Wondershare\CreatorTemp\tmp1jciwnu9" failed with error code 1 in C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-bctlm_f6\numpy
Screenshot以供参考。
发布于 2020-03-14 14:20:24
只需尝试以下步骤:
安装了C/C++编译器的
让我知道它是否有效!
发布于 2020-03-01 23:05:52
您没有正确安装它。这就是为什么这个错误仍然存在。使用这个官方的安装指南来正确安装这个包。https://pypi.org/project/face-recognition/
这个包需要一些dlib。因此,请按照下面的步骤操作:https://github.com/ageitgey/face_recognition/issues/175#issue-257710508
https://stackoverflow.com/questions/60476298
复制相似问题