ageitgey / face_recognition_models

Trained models for the face_recognition python library
Creative Commons Zero v1.0 Universal
359 stars 180 forks source link

Add dependency of `setuptools` #21

Open decimo3 opened 1 month ago

decimo3 commented 1 month ago

Description

Package face-recognition print message "Please install face_recognition_models with this command before using face_recognition" because setuptools is not installed.

What I Did

I installed setuptools package on my environment and works fine.

ozskywalker commented 5 days ago

Submitted to face_recognition repo as PR 1617 ... I assume that's the right way to tackle this.