我的项目需要face_recognition库(python),但如果没有Visual Studio,我无法安装它。我想直接从Github安装包。我尝试了
pip install https://github.com/ageitgey/face_recognition.git
和pip install https://github.com/ageitgey/face_recognition.git#egg=face_recognition
`
我该怎么办?
我想要一个没有
pip install https://github.com/ageitgey/face_recognition.git
或 pip install https://github.com/ageitgey/face_recognition.git#egg?face_recognition
的代码
非常感谢! :)