Click here to Skip to main content
16,022,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I keep getting theese errors when i run Face Recognition
in codeproject.ai, i'm using it with Ble Iris.

19:31:59:Started Face Processing module
19:31:59:face.py: Traceback (most recent call last):
19:31:59:face.py: File "C:\Program Files\CodeProject\AI\modules\FaceProcessing\intelligencelayer\face.py", line 16, in
19:31:59:face.py: from codeproject_ai_sdk import RequestData, ModuleRunner, LogMethod, JSON
19:31:59:face.py: ModuleNotFoundError: No module named 'codeproject_ai_sdk'
19:31:59:Module FaceProcessing has shutdown
19:31:59:face.py: has exited

Bengt.Ove Peltz

What I have tried:

I'm on a new and clean Windows 10 pro installation, hope someone can help me with this, i've tried to reinstall codeproject twice.
Posted
Comments
Grum1949 31-Jul-24 23:14pm    
The error message "ModuleNotFoundError: No module named 'codeproject_ai_sdk'" indicates that the script you're running for Face Recognition in CodeProject.AI cannot find the necessary module "codeproject_ai_sdk". This module likely contains functions and classes needed for the face recognition process.
space waves

1 solution

Ask your question in the dedicated CodeProject.AI Discussions[^] forum.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900