Skip to content

Commit 0e68c52

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

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
@@ -255,6 +255,10 @@ Issue: `AttributeError: 'module' object has no attribute 'face_recognition_model
255255

256256
Solution: The version of `dlib` you have installed is too old. You need version 19.4 or newer. Upgrade `dlib`.
257257

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+
258262
## Thanks
259263

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

0 commit comments

Comments
 (0)