-
Notifications
You must be signed in to change notification settings - Fork 183
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 model #19
Comments
In Pycharm click on File => Settings => Expand Project: YourProject, click on Python Interpreter. This should show all packages that are installed for this project (such as cv2, numpy, face-recognition, face_recognition_models, etc.). If you don't see them, click on the + symbol in the upper left corner of the Python Packages tool window and add all the packages you need for your project. If the packages are all there and you are still getting the error, try installing the package "setuptools" in addition to the other packages. This is what worked for me. |
I cant anymore, reinstalled and restarted everthing like 10 times now. PS C:\Users\lenna\OneDrive\Dokumente\Obsidian\Uni\06_Sem\SWP\Vue+Backend\datenschutz-adieu-gesichtserkennung> python test_script.py pip install git+https://github.com/ageitgey/face_recognition_models** pip install git+https://github.com/ageitgey/face_recognition_models** Edit 15/05/2024: |
which environment variable
|
I had the same issue. I printed the Exception to see the real error:
Here is the error message:
In the end, I just updated the setuptools and it worked for me: |
Description
I am unable to install face_recognition_model.
![IMG20240102161114](https://private-user-images.githubusercontent.com/156079731/295808012-576c7dc0-0f0e-450a-89c9-3e5bf8cf80ae.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTk0MzcsIm5iZiI6MTczODgxOTEzNywicGF0aCI6Ii8xNTYwNzk3MzEvMjk1ODA4MDEyLTU3NmM3ZGMwLTBmMGUtNDUwYS04OWM5LTNlNWJmOGNmODBhZS5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwNTE4NTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ODg1MWNiY2U1OTQ0NGVhYzg4YzA4YmFkMjMyOWIxZmRkNTgyMWE4NWJmM2VjNmEzOTE1NzVkMjc4NjI4Y2ZhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.6eCL1P2mZ8Rgbl1rWM2R7q74dMCoopLapvY6hbfEB2Q)
![Uploading IMG20240102161322.jpg…]()
If anybody knows please help me .
The text was updated successfully, but these errors were encountered: