Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Face Recognition not installing on raspberry pi 3 #1563

Open
abdullahabid04 opened this issue Apr 27, 2024 · 0 comments
Open

Face Recognition not installing on raspberry pi 3 #1563

abdullahabid04 opened this issue Apr 27, 2024 · 0 comments

Comments

@abdullahabid04
Copy link

abdullahabid04 commented Apr 27, 2024

  • face_recognition version: 1.2.3, 1.3.0
  • Python version: 3.11
  • Operating System: Raspbian os, Debian based

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 git@github.com:ageitgey/face_recognition.git

but none of them worked, library didn;t installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant