Hi Tim,
I’m getting the following error message, can you help me with it.
pip install face-recognition --no-cache-dir
pi@raspberrypi:~/opencv/build $ pip install face-recognition --no-cache-dir
Looking in indexes: Simple index, piwheels - Simple index
Collecting face-recognition
Downloading https://files.pythonhosted.org/packages/1e/95/f6c9330f54ab07bfa032bf3715c12455a381083125d8880c43cbe76bb3d0/face_recognition-1.3.0-py2.py3-none-any.whl
Collecting dlib>=19.7 (from face-recognition)
Downloading https://files.pythonhosted.org/packages/f0/a2/ba6163c09fb427990180afd8d625bcecc5555af699c253193c35ffd48c4f/dlib-19.22.1.tar.gz (7.4MB)
100% |████████████████████████████████| 7.4MB 62kB/s
Collecting face-recognition-models>=0.3.0 (from face-recognition)
Downloading https://www.piwheels.org/simple/face-recognition-models/face_recognition_models-0.3.0-py2.py3-none-any.whl (100.6MB)
99% |███████████████████████████████▊| 99.8MB 19kB/s eta 0:00:37
Requirement already satisfied: Click>=6.0 in /usr/lib/python2.7/dist-packages (from face-recognition) (7.0)
Requirement already satisfied: numpy in /usr/lib/python2.7/dist-packages (from face-recognition) (1.16.2)
Requirement already satisfied: Pillow in /usr/lib/python2.7/dist-packages (from face-recognition) (5.4.1)
THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
face-recognition-models>=0.3.0 from https://www.piwheels.org/simple/face-recognition-models/face_recognition_models-0.3.0-py2.py3-none-any.whl#sha256=8d6b0af2e37a17120c3f13107974bc252142a4ffcb4e58eabdfcf26608e52c24 (from face-recognition):
Expected sha256 8d6b0af2e37a17120c3f13107974bc252142a4ffcb4e58eabdfcf26608e52c24
Got ac4f1ac0223dbcb11a28f29a8e92b953bb1f51f6584d4efe33a4522c88f45ff9
Regards
Rishabh