提交 7f183afd 编写于 作者: A Adam Geitgey 提交者: GitHub

Update README.md

上级 c04dbef5
......@@ -251,6 +251,10 @@ Issue: `MemoryError` when running `pip2 install face_recognition`
Solution: The face_recognition_models file is too big for your available pip cache memory. Instead,
try `pip2 --no-cache-dir install face_recognition` to avoid the issue.
Issue: `AttributeError: 'module' object has no attribute 'face_recognition_model_v1'`
Solution: The version of `dlib` you have installed is too old. You need version 19.4 or newer. Upgrade `dlib`.
## Thanks
* Many, many thanks to [Davis King](https://github.com/davisking) ([@nulhom](https://twitter.com/nulhom))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册