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 7f183af commit 0e68c52Copy full SHA for 0e68c52
README.md
@@ -255,6 +255,10 @@ Issue: `AttributeError: 'module' object has no attribute 'face_recognition_model
255
256
Solution: The version of `dlib` you have installed is too old. You need version 19.4 or newer. Upgrade `dlib`.
257
258
+Issue: `TypeError: imread() got an unexpected keyword argument 'mode'`
259
+
260
+Solution: The version of `scipy` you have installed is too old. You need version 0.17 or newer. Upgrade `scipy`.
261
262
## Thanks
263
264
* Many, many thanks to [Davis King](https://github.com/davisking) ([@nulhom](https://twitter.com/nulhom))
0 commit comments