You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install face-recognition on raspberry pi 3 for my project.
Error
ERROR: 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 219620d8f433b279fc659fc8509d1a8ef919a6a8ca5f64766da035a2813ffeff
Description
I am trying to install face-recognition on raspberry pi 3 for my project.
Error
ERROR: 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 219620d8f433b279fc659fc8509d1a8ef919a6a8ca5f64766da035a2813ffeff
What I Did
I run the following commands
pip install --no-cache-dir face-recognition
pip install --upgrade pip setuptools
pip install cmake dlib
pip install face-recognition
git clone https://github.com/ageitgey/face_recognition.git
cd face_recognition
pip install .
$ git clone https://github.com/ageitgey/face_recognition.git --depth 1
$ cd face_recognition
$ git fetch --unshallow
$ git clone [email protected]:ageitgey/face_recognition.git
but none of them worked, library didn;t installed.
The text was updated successfully, but these errors were encountered: