So I was following one of the CodeProject.AI tutorials as everyone was saying that the AI detection is way better, I thought I would try it out. I installed CodeProject.AI on my Windows 11 system (brand new, fresh OS install) and when it starts up, I'm getting this in the log:
22:37:29:Started Face Processing module
22:37:29:face.py: Traceback (most recent call last):
22:37:29:face.py: File "C:\Program Files\CodeProject\AI\modules\FaceProcessing\intelligencelayer\face.py", line 19, in
22:37:29:face.py: from codeproject_ai_sdk import RequestData, ModuleRunner, LogMethod, JSON
22:37:29:face.py: ModuleNotFoundError: No module named 'codeproject_ai_sdk'
22:37:29:Module FaceProcessing has shutdown
22:37:29:face.py: has exited
I tried searching for a solution and I couldn't find much. Some said that it was due to different python versions, but I unistalled everything, cleared any python entries in my PATH (there were none after uninstalling) and tried again. Still getting the same error. I can't figure it out. The odd thing is that at the bottom, it says that face processing is running, when it's obviously not (judging by these logs).
Has anyone else run into this and found a way to fix it?
22:37:29:Started Face Processing module
22:37:29:face.py: Traceback (most recent call last):
22:37:29:face.py: File "C:\Program Files\CodeProject\AI\modules\FaceProcessing\intelligencelayer\face.py", line 19, in
22:37:29:face.py: from codeproject_ai_sdk import RequestData, ModuleRunner, LogMethod, JSON
22:37:29:face.py: ModuleNotFoundError: No module named 'codeproject_ai_sdk'
22:37:29:Module FaceProcessing has shutdown
22:37:29:face.py: has exited
I tried searching for a solution and I couldn't find much. Some said that it was due to different python versions, but I unistalled everything, cleared any python entries in my PATH (there were none after uninstalling) and tried again. Still getting the same error. I can't figure it out. The odd thing is that at the bottom, it says that face processing is running, when it's obviously not (judging by these logs).
Has anyone else run into this and found a way to fix it?