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

ModuleNotFoundError: No module named 'face_recognition' #1564

Open
Victorvikson1996 opened this issue May 10, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'face_recognition' #1564

Victorvikson1996 opened this issue May 10, 2024 · 1 comment

Comments

@Victorvikson1996
Copy link

  • face_recognition version:f ace-recognition 1.3.0
  • Python version:python 3.8
  • Operating System: MacOS M1

Description

Traceback (most recent call last):
File "/Users/chukwuebuka/web/project2/backend/my_flask.py", line 3, in
from face import recognize_faces
File "/Users/chukwuebuka/web/project2/backend/face.py", line 1, in
import face_recognition
ModuleNotFoundError: No module named 'face_recognition'

What I Did

trying to run a python code where i used the face regonition library but I get this errors

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
@HeatleesFlame
Copy link

Did you installed library by the pip?

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

2 participants