-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
import face_recognition ModuleNotFoundError: No module named 'face_recognition' #1611
Comments
same |
It seems like you've installed dlib and face_recognition via pip, but the Python interpreter can't find these modules. Here are a few troubleshooting steps you can follow to resolve this issue:
bash bash
bash |
Follow the steps:
Works for me! |
instalando el pip install setuptools se soluciono el error o mas bien aviso que salia: |
I have installed all three
Cmake
pip install dlib
pip install face_recognition
but it still shows no module found, What should i do?
The text was updated successfully, but these errors were encountered: