We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04dbef commit 7f183afCopy full SHA for 7f183af
README.md
@@ -251,6 +251,10 @@ Issue: `MemoryError` when running `pip2 install face_recognition`
251
Solution: The face_recognition_models file is too big for your available pip cache memory. Instead,
252
try `pip2 --no-cache-dir install face_recognition` to avoid the issue.
253
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
258
## Thanks
259
260
* Many, many thanks to [Davis King](https://github.com/davisking) ([@nulhom](https://twitter.com/nulhom))
0 commit comments