ALPR no longer working

iikingli

Young grasshopper
Joined
Jan 8, 2016
Messages
48
Reaction score
15
Sorry, I accidentally deleted my last thread as I was editing and talking on the phone at the same time :facepalm: ...

anyhow.


My ALPR has been working for months, and all of a sudden it stopped.

I've tried to reinstall as admin and no luck. CodeProject logs nippet below (I've also reinstalled CodeProject itself. Has anyone run into this before?

10:48:26:Started License Plate Reader module
10:48:26:ALPR_adapter.py: Traceback (most recent call last):
10:48:26:ALPR_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR_adapter.py", line 7, in
10:48:26:ALPR_adapter.py: from request_data import RequestData
10:48:26:ALPR_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ALPR\../../SDK/Python\request_data.py", line 8, in
10:48:26:ALPR_adapter.py: from PIL import Image
10:48:26:ALPR_adapter.py: ModuleNotFoundError: No module named 'PIL'
10:48:26:Module ALPR has shutdown
10:48:26:ALPR_adapter.py: has exited




System Specs:

Server version: 2.6.2
System: Windows
Operating System: Windows (Microsoft Windows 11 version 10.0.22631)
CPUs: Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz (Intel)
1 CPU x 8 cores. 16 logical processors (x64)
GPU (Primary): NVIDIA GeForce RTX 3060 (8 GiB) (NVIDIA)
Driver: 537.13, CUDA: 12.2 (up to: 12.2), Compute: 8.6, cuDNN: 8.9
 
Last edited:

sp3ctre

Getting the hang of it
Joined
Sep 29, 2018
Messages
57
Reaction score
28
Location
UK
I had same, uninstalled modules and re-installed with the cache option set to off... seemed to work
 
Top