Blue iris facial recognition, having trouble getting PIL to work.
-
Getting this lovely error 24:36:00: 24:36:00:Started Face Processing module 24:36:00:face.py: Traceback (most recent call last): 24:36:00:face.py: File "C:\Program Files\CodeProject\AI\modules\FaceProcessing\intelligencelayer\face.py", line 21, in 24:36:00:face.py: from request_data import RequestData 24:36:00:face.py: File "../../SDK/Python\request_data.py", line 8, in 24:36:00:face.py: from PIL import Image 24:36:00:face.py: ModuleNotFoundError: No module named 'PIL' 24:36:00:Module FaceProcessing has shutdown 24:36:00:face.py: has exited I know PIL is not supported anymore and you have to use Pillow now, but I am also new to Python so I'm pretty lost when I try to install it or set it up. What I have tried: Tried re-installing codeproject server. Tried installing python from the website and then pip installing Pillow. Tried installing Pillow through Anaconda.
-
Getting this lovely error 24:36:00: 24:36:00:Started Face Processing module 24:36:00:face.py: Traceback (most recent call last): 24:36:00:face.py: File "C:\Program Files\CodeProject\AI\modules\FaceProcessing\intelligencelayer\face.py", line 21, in 24:36:00:face.py: from request_data import RequestData 24:36:00:face.py: File "../../SDK/Python\request_data.py", line 8, in 24:36:00:face.py: from PIL import Image 24:36:00:face.py: ModuleNotFoundError: No module named 'PIL' 24:36:00:Module FaceProcessing has shutdown 24:36:00:face.py: has exited I know PIL is not supported anymore and you have to use Pillow now, but I am also new to Python so I'm pretty lost when I try to install it or set it up. What I have tried: Tried re-installing codeproject server. Tried installing python from the website and then pip installing Pillow. Tried installing Pillow through Anaconda.
Please post your question in the [CodeProject.AI Discussions](https: //www.codeproject.com/Feature/CodeProjectAI-Discussions.aspx)[^] forum.