Skip to content

Commit 7f183af

Browse files
authored
Update README.md
1 parent c04dbef commit 7f183af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ Issue: `MemoryError` when running `pip2 install face_recognition`
251251
Solution: The face_recognition_models file is too big for your available pip cache memory. Instead,
252252
try `pip2 --no-cache-dir install face_recognition` to avoid the issue.
253253

254+
Issue: `AttributeError: 'module' object has no attribute 'face_recognition_model_v1'`
255+
256+
Solution: The version of `dlib` you have installed is too old. You need version 19.4 or newer. Upgrade `dlib`.
257+
254258
## Thanks
255259

256260
* Many, many thanks to [Davis King](https://github.com/davisking) ([@nulhom](https://twitter.com/nulhom))

0 commit comments

Comments
 (0)