Blue Iris and CodeProject.AI ALPR

TSAN

Young grasshopper
Joined
Jul 16, 2019
Messages
31
Reaction score
8
Location
USA
Really been recently struggling with ALPR module. Previous issue it was said GTX 1070 ti wouldn't be supported.

Now I have another test system with RTX A2000 12GB and cannot get ALPR 3.03 to run period. CPU nor Cuda. Crashes after ~2 min on CPU. And I don't see any debug logs about why.

Initially tried Cuda 12.2 + Cudnn 9. Face + yolo worked cuda but ALPR crash.

Now on Cuda 11.8 + Cudnn v8.9.4.96 (From Codeproject cudnn script) + old driver 522.06 (provided by cuda 11.8 installer)

Uninstalled CP, manually deleted all modules. CP reinstall, download/install ALPR without cache many times now. Same result.

Something with ALPR 3.03 and RTX A2000? I don't know how to be selective with module version. Do I need to downgrade CP to get previous ALPR module offered?

Any suggestions? Thank you.

16:44:20:preparing to install module 'ALPR'
16:44:20:Downloading module 'ALPR'
16:44:21:Installing module 'ALPR'
16:44:21:ALPR: Installing CodeProject.AI Analysis Module
16:44:21:ALPR: ======================================================================
16:44:21:ALPR: CodeProject.AI Installer
16:44:21:ALPR: ======================================================================
16:44:21:ALPR: 382.3Gb of 457Gb available on
16:44:21:ALPR: General CodeProject.AI setup
16:44:21:ALPR: Creating Directories...Done
16:44:21:ALPR: GPU support
16:44:22:ALPR: CUDA Present...Yes (CUDA 11.8, cuDNN 8.9)
16:44:22:ALPR: ROCm Present...No
16:44:24:ALPR: Reading ALPR settings.......Done
16:44:24:ALPR: Installing module License Plate Reader 3.0.3
16:44:24:ALPR: Installing Python 3.9
16:44:24:ALPR: Python 3.9 is already installed
16:44:34:ALPR: Creating Virtual Environment (Local)...Done
16:44:34:ALPR: Confirming we have Python 3.9 in our virtual environment...present
16:44:34:ALPR: Downloading ALPR models...already exists...Expanding...Done.
16:44:34:ALPR: Copying contents of ocr-en-pp_ocrv4-paddle.zip to paddleocr...done
16:44:34:ALPR: Installing Python packages for License Plate Reader
16:44:34:ALPR: [0;Installing GPU-enabled libraries: If available
16:44:36:ALPR: Ensuring Python package manager (pip) is installed...Done
16:44:50:Response timeout. Try increasing the timeout value
16:44:50:ALPR: Ensuring Python package manager (pip) is up to date...Done
16:44:50:ALPR: Python packages specified by requirements.windows.cuda11_8.txt
16:45:58:ALPR: - Installing PaddlePaddle, Parallel Distributed Deep Learning...(checked) Done
16:48:06:ALPR: - Installing PaddleOCR, the OCR toolkit based on PaddlePaddle...(checked) Done
16:48:11:ALPR: - Installing imutils, the image utilities library...(checked) Done
16:48:13:ALPR: - Installing Pillow, a Python Image Library...Already installed
16:48:14:ALPR: - Installing OpenCV, the Computer Vision library for Python...Already installed
16:48:26:ALPR: - Installing NumPy, a package for scientific computing...Already installed
16:48:26:ALPR: Installing Python packages for the CodeProject.AI Server SDK
16:48:29:ALPR: Ensuring Python package manager (pip) is installed...Done
16:48:33:ALPR: Ensuring Python package manager (pip) is up to date...Done
16:48:33:ALPR: Python packages specified by requirements.txt
16:48:35:ALPR: - Installing Pillow, a Python Image Library...Already installed
16:48:37:ALPR: - Installing Charset normalizer...Already installed
16:48:44:ALPR: - Installing aiohttp, the Async IO HTTP library...(checked) Done
16:48:49:ALPR: - Installing aiofiles, the Async IO Files library...(checked) Done
16:48:53:ALPR: - Installing py-cpuinfo to allow us to query CPU info...(checked) Done
16:48:55:ALPR: - Installing Requests, the HTTP library...Already installed
16:48:55:ALPR: Executing post-install script for License Plate Reader
16:48:55:ALPR: Applying PaddleOCR patch
16:48:55:ALPR: 1 file(s) copied.
16:49:00:ALPR: Self test: Self-test passed
16:49:00:ALPR: Module setup time 00:04:38.24
16:49:00:ALPR: Setup complete
16:49:00:ALPR: Total setup time 00:04:39.18
16:49:01:Module ALPR installed successfully.



16:49:01:Module 'License Plate Reader' 3.0.3 (ID: ALPR)
16:49:01:Valid: True
16:49:01:Module Path: <root>\modules\ALPR
16:49:01:AutoStart: True
16:49:01:Queue: alpr_queue
16:49:01:Runtime: python3.9
16:49:01:Runtime Loc: Local
16:49:01:FilePath: ALPR_adapter.py
16:49:01:pre installed: False
16:49:01:Start pause: 3 sec
16:49:01:parallelism: 0
16:49:01:LogVerbosity:
16:49:01:platforms: all
16:49:01:GPU Libraries: installed if available
16:49:01:GPU Enabled: enabled
16:49:01:Accelerator:
16:49:01:Half Precis.: enable
16:49:01:Environment Variables
16:49:01:AUTO_PLATE_ROTATE = True
16:49:01:CROPPED_PLATE_DIR = <root>\Server\wwwroot
16:49:01:MIN_COMPUTE_CAPABILITY = 6
16:49:01:MIN_CUDNN_VERSION = 7
16:49:01:OCR_OPTIMAL_CHARACTER_HEIGHT = 60
16:49:01:OCR_OPTIMAL_CHARACTER_WIDTH = 30
16:49:01:OCR_OPTIMIZATION = True
16:49:01:pLATE_CONFIDENCE = 0.7
16:49:01:pLATE_RESCALE_FACTOR = 2
16:49:01:pLATE_ROTATE_DEG = 0
16:49:01:REMOVE_SPACES = False
16:49:01:ROOT_PATH = <root>
16:49:01:SAVE_CROPPED_PLATE = False
16:49:01:
16:49:01:Started License Plate Reader module
16:49:01:Installer exited with code 0
16:49:02:Module ALPR has shutdown
16:49:02:ALPR_adapter.py: has exited
16:49:04:Module ALPR started successfully.


1711757077689.png

1711757115849.png
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,219
Reaction score
4,264
Location
Brooklyn, NY
Really been recently struggling with ALPR module. Previous issue it was said GTX 1070 ti wouldn't be supported.

Now I have another test system with RTX A2000 12GB and cannot get ALPR 3.03 to run period. CPU nor Cuda. Crashes after ~2 min on CPU. And I don't see any debug logs about why.

Initially tried Cuda 12.2 + Cudnn 9. Face + yolo worked cuda but ALPR crash.

Now on Cuda 11.8 + Cudnn v8.9.4.96 (From Codeproject cudnn script) + old driver 522.06 (provided by cuda 11.8 installer)

Uninstalled CP, manually deleted all modules. CP reinstall, download/install ALPR without cache many times now. Same result.

Something with ALPR 3.03 and RTX A2000? I don't know how to be selective with module version. Do I need to downgrade CP to get previous ALPR module offered?

Any suggestions? Thank you.

16:44:20:preparing to install module 'ALPR'
16:44:20:Downloading module 'ALPR'
16:44:21:Installing module 'ALPR'
16:44:21:ALPR: Installing CodeProject.AI Analysis Module
16:44:21:ALPR: ======================================================================
16:44:21:ALPR: CodeProject.AI Installer
16:44:21:ALPR: ======================================================================
16:44:21:ALPR: 382.3Gb of 457Gb available on
16:44:21:ALPR: General CodeProject.AI setup
16:44:21:ALPR: Creating Directories...Done
16:44:21:ALPR: GPU support
16:44:22:ALPR: CUDA Present...Yes (CUDA 11.8, cuDNN 8.9)
16:44:22:ALPR: ROCm Present...No
16:44:24:ALPR: Reading ALPR settings.......Done
16:44:24:ALPR: Installing module License Plate Reader 3.0.3
16:44:24:ALPR: Installing Python 3.9
16:44:24:ALPR: Python 3.9 is already installed
16:44:34:ALPR: Creating Virtual Environment (Local)...Done
16:44:34:ALPR: Confirming we have Python 3.9 in our virtual environment...present
16:44:34:ALPR: Downloading ALPR models...already exists...Expanding...Done.
16:44:34:ALPR: Copying contents of ocr-en-pp_ocrv4-paddle.zip to paddleocr...done
16:44:34:ALPR: Installing Python packages for License Plate Reader
16:44:34:ALPR: [0;Installing GPU-enabled libraries: If available
16:44:36:ALPR: Ensuring Python package manager (pip) is installed...Done
16:44:50:Response timeout. Try increasing the timeout value
16:44:50:ALPR: Ensuring Python package manager (pip) is up to date...Done
16:44:50:ALPR: Python packages specified by requirements.windows.cuda11_8.txt
16:45:58:ALPR: - Installing PaddlePaddle, Parallel Distributed Deep Learning...(checked) Done
16:48:06:ALPR: - Installing PaddleOCR, the OCR toolkit based on PaddlePaddle...(checked) Done
16:48:11:ALPR: - Installing imutils, the image utilities library...(checked) Done
16:48:13:ALPR: - Installing Pillow, a Python Image Library...Already installed
16:48:14:ALPR: - Installing OpenCV, the Computer Vision library for Python...Already installed
16:48:26:ALPR: - Installing NumPy, a package for scientific computing...Already installed
16:48:26:ALPR: Installing Python packages for the CodeProject.AI Server SDK
16:48:29:ALPR: Ensuring Python package manager (pip) is installed...Done
16:48:33:ALPR: Ensuring Python package manager (pip) is up to date...Done
16:48:33:ALPR: Python packages specified by requirements.txt
16:48:35:ALPR: - Installing Pillow, a Python Image Library...Already installed
16:48:37:ALPR: - Installing Charset normalizer...Already installed
16:48:44:ALPR: - Installing aiohttp, the Async IO HTTP library...(checked) Done
16:48:49:ALPR: - Installing aiofiles, the Async IO Files library...(checked) Done
16:48:53:ALPR: - Installing py-cpuinfo to allow us to query CPU info...(checked) Done
16:48:55:ALPR: - Installing Requests, the HTTP library...Already installed
16:48:55:ALPR: Executing post-install script for License Plate Reader
16:48:55:ALPR: Applying PaddleOCR patch
16:48:55:ALPR: 1 file(s) copied.
16:49:00:ALPR: Self test: Self-test passed
16:49:00:ALPR: Module setup time 00:04:38.24
16:49:00:ALPR: Setup complete
16:49:00:ALPR: Total setup time 00:04:39.18
16:49:01:Module ALPR installed successfully.



16:49:01:Module 'License Plate Reader' 3.0.3 (ID: ALPR)
16:49:01:Valid: True
16:49:01:Module Path: <root>\modules\ALPR
16:49:01:AutoStart: True
16:49:01:Queue: alpr_queue
16:49:01:Runtime: python3.9
16:49:01:Runtime Loc: Local
16:49:01:FilePath: ALPR_adapter.py
16:49:01:pre installed: False
16:49:01:Start pause: 3 sec
16:49:01:parallelism: 0
16:49:01:LogVerbosity:
16:49:01:platforms: all
16:49:01:GPU Libraries: installed if available
16:49:01:GPU Enabled: enabled
16:49:01:Accelerator:
16:49:01:Half Precis.: enable
16:49:01:Environment Variables
16:49:01:AUTO_PLATE_ROTATE = True
16:49:01:CROPPED_PLATE_DIR = <root>\Server\wwwroot
16:49:01:MIN_COMPUTE_CAPABILITY = 6
16:49:01:MIN_CUDNN_VERSION = 7
16:49:01:OCR_OPTIMAL_CHARACTER_HEIGHT = 60
16:49:01:OCR_OPTIMAL_CHARACTER_WIDTH = 30
16:49:01:OCR_OPTIMIZATION = True
16:49:01:pLATE_CONFIDENCE = 0.7
16:49:01:pLATE_RESCALE_FACTOR = 2
16:49:01:pLATE_ROTATE_DEG = 0
16:49:01:REMOVE_SPACES = False
16:49:01:ROOT_PATH = <root>
16:49:01:SAVE_CROPPED_PLATE = False
16:49:01:
16:49:01:Started License Plate Reader module
16:49:01:Installer exited with code 0
16:49:02:Module ALPR has shutdown
16:49:02:ALPR_adapter.py: has exited
16:49:04:Module ALPR started successfully.


View attachment 190957

View attachment 190958
Can you post the install log.

Also when you installed CUDA 11.8 did you install with the default settings (all options)

1711758462209.png
 

TSAN

Young grasshopper
Joined
Jul 16, 2019
Messages
31
Reaction score
8
Location
USA
Can you post the install log.
2024-03-29 17:35:06: Installing CodeProject.AI Analysis Module
2024-03-29 17:35:06: ======================================================================
2024-03-29 17:35:06: CodeProject.AI Installer
2024-03-29 17:35:06: ======================================================================
2024-03-29 17:35:06: 388.5Gb of 457Gb available on
2024-03-29 17:35:06: os, arch = windows x86_64
2024-03-29 17:35:06: systemName, platform = Windows, windows
2024-03-29 17:35:06: setupMode = InstallModule
2024-03-29 17:35:07: executionEnvironment = Production
2024-03-29 17:35:07: rootDirPath = C:\Program Files\CodeProject\AI
2024-03-29 17:35:07: appRootDirPath = C:\Program Files\CodeProject\AI\
2024-03-29 17:35:07: setupScriptDirPath = C:\Program Files\CodeProject\AI\
2024-03-29 17:35:07: sdkScriptsDirPath = C:\Program Files\CodeProject\AI\SDK\Scripts
2024-03-29 17:35:07: runtimesDirPath = C:\Program Files\CodeProject\AI\runtimes
2024-03-29 17:35:07: modulesDirPath = C:\Program Files\CodeProject\AI\modules
2024-03-29 17:35:07: downloadDirPath = C:\Program Files\CodeProject\AI\downloads
2024-03-29 17:35:07: General CodeProject.AI setup
2024-03-29 17:35:07: Creating Directories...Done
2024-03-29 17:35:07: GPU support
2024-03-29 17:35:07: CUDA Present...Yes (CUDA 11.8, cuDNN 8.9)
2024-03-29 17:35:08: ROCm Present...No
2024-03-29 17:35:08: Reading ALPR settingsUsed modulesettings.json to get value License Plate Reader
2024-03-29 17:35:08: .Used modulesettings.json to get value 3.0.3
2024-03-29 17:35:08: .Used modulesettings.windows.json to get value python3.9
2024-03-29 17:35:09: .Used modulesettings.json to get value Local
2024-03-29 17:35:09: .Used modulesettings.json to get value ALPR_adapter.py
2024-03-29 17:35:09: .Used modulesettings.windows.json to get value true
2024-03-29 17:35:10: .Used modulesettings.json to get value ["all"]
2024-03-29 17:35:10: .Done
2024-03-29 17:35:10: Installing module License Plate Reader 3.0.3
2024-03-29 17:35:10: Variable Dump
2024-03-29 17:35:10: moduleName = License Plate Reader
2024-03-29 17:35:10: moduleVersion = 3.0.3
2024-03-29 17:35:10: runtime = python3.9
2024-03-29 17:35:10: runtimeLocation = Local
2024-03-29 17:35:10: installGPU = true
2024-03-29 17:35:10: pythonVersion = 3.9
2024-03-29 17:35:10: virtualEnvDirPath = C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv
2024-03-29 17:35:10: venvPythonCmdPath = C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Scripts\python.exe
2024-03-29 17:35:10: packagesDirPath = C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages
2024-03-29 17:35:10: moduleStartFilePath = ALPR_adapter.py
2024-03-29 17:35:10: Installing Python 3.9
2024-03-29 17:35:10: Installing python39 in C:\Program Files\CodeProject\AI\runtimes\bin\windows\python39
2024-03-29 17:35:10: Python 3.9 is already installed
2024-03-29 17:35:10: Creating Virtual Environment (Local)...Virtual Environment doesn't exist. Creating at C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv
2024-03-29 17:35:19: Done
2024-03-29 17:35:19: Confirming we have Python 3.9 in our virtual environment...present
2024-03-29 17:35:19: Downloading ocr-en-pp_ocrv4-paddle.zip to C:\Program Files\CodeProject\AI\downloads\ALPR\paddleocr
2024-03-29 17:35:20: Downloading ALPR models...Checking 'C:\Program Files\CodeProject\AI\downloads\ALPR\ocr-en-pp_ocrv4-paddle.zip'
2024-03-29 17:35:20: already exists...Expanding...Heading to C:\Program Files\CodeProject\AI\downloads\ALPR
2024-03-29 17:35:20: Extracting ocr-en-pp_ocrv4-paddle.zip
2024-03-29 17:35:20: Done.
2024-03-29 17:35:20: Copying contents of ocr-en-pp_ocrv4-paddle.zip to paddleocr...done
2024-03-29 17:35:20: Installing Python packages for License Plate Reader
2024-03-29 17:35:20: [0;Installing GPU-enabled libraries: If available
2024-03-29 17:35:22: Ensuring Python package manager (pip) is installed...Looking in links: c:\Windows\TEMP\tmphk8tuwah
2024-03-29 17:35:22: Requirement already satisfied: setuptools in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (56.0.0)
2024-03-29 17:35:22: Requirement already satisfied: pip in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (21.1.3)
2024-03-29 17:35:22: Done
2024-03-29 17:35:23: Ensuring Python package manager (pip) is up to date...Requirement already satisfied: setuptools in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (56.0.0)
2024-03-29 17:35:24: Collecting setuptools
2024-03-29 17:35:24: Using cached setuptools-69.2.0-py3-none-any.whl (821 kB)
2024-03-29 17:35:24: Installing collected packages: setuptools
2024-03-29 17:35:24: Attempting uninstall: setuptools
2024-03-29 17:35:24: Found existing installation: setuptools 56.0.0
2024-03-29 17:35:24: Uninstalling setuptools-56.0.0:
2024-03-29 17:35:24: Successfully uninstalled setuptools-56.0.0
2024-03-29 17:35:27: Successfully installed setuptools-69.2.0
2024-03-29 17:35:27: WARNING: You are using pip version 21.1.3; however, version 24.0 is available.
2024-03-29 17:35:27: You should consider upgrading via the 'C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Scripts\python.exe -m pip install --upgrade pip' command.
2024-03-29 17:35:28: Requirement already satisfied: pip in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (21.1.3)
2024-03-29 17:35:28: Collecting pip
2024-03-29 17:35:28: Using cached pip-24.0-py3-none-any.whl (2.1 MB)
2024-03-29 17:35:28: Installing collected packages: pip
2024-03-29 17:35:28: Attempting uninstall: pip
2024-03-29 17:35:28: Found existing installation: pip 21.1.3
2024-03-29 17:35:29: Uninstalling pip-21.1.3:
2024-03-29 17:35:29: Successfully uninstalled pip-21.1.3
2024-03-29 17:35:36: Successfully installed pip-24.0
2024-03-29 17:35:36: Done
2024-03-29 17:35:36: Requirements Search Path is C:\Program Files\CodeProject\AI\modules\ALPR
2024-03-29 17:35:37: Searching for a suitable requirements.txts file in C:\Program Files\CodeProject\AI\modules\ALPR
2024-03-29 17:35:37: CUDA version is 11.8 (11_8 / 11)
2024-03-29 17:35:37: Python packages specified by requirements.windows.cuda11_8.txt
2024-03-29 17:35:37: Choosing Python packages from C:\Program Files\CodeProject\AI\modules\ALPR\requirements.windows.cuda11_8.txt
2024-03-29 17:35:38: - Installing PaddlePaddle, Parallel Distributed Deep Learning...Looking in indexes: 2024-03-29 17:35:42: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000022E6445B1F0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /pypi/simple/paddlepaddle-gpu/
2024-03-29 17:35:43: WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000022E64485220>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /pypi/simple/paddlepaddle-gpu/
2024-03-29 17:35:44: Collecting paddlepaddle-gpu==2.6.0
2024-03-29 17:35:44: Using cached (476.3 MB)
2024-03-29 17:35:50: Collecting httpx (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:50: Using cached (75 kB)
2024-03-29 17:35:51: Collecting numpy>=1.13 (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:51: Using cached (15.8 MB)
2024-03-29 17:35:52: Collecting Pillow (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:52: Using cached (2.6 MB)
2024-03-29 17:35:53: Collecting decorator (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:53: Using cached (9.1 kB)
2024-03-29 17:35:53: Collecting astor (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:54: Using cached (27 kB)
2024-03-29 17:35:54: Collecting opt-einsum==3.3.0 (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:54: Using cached (65 kB)
2024-03-29 17:35:55: Collecting protobuf<=3.20.2,>=3.1.0 (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:55: Using cached (904 kB)
2024-03-29 17:35:56: Collecting anyio (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:56: Using cached (85 kB)
2024-03-29 17:35:56: Collecting certifi (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:57: Using cached (163 kB)
2024-03-29 17:35:57: Collecting httpcore==1.* (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:57: Using cached (77 kB)
2024-03-29 17:35:58: Collecting idna (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:58: Using cached (61 kB)
2024-03-29 17:35:58: Collecting sniffio (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:59: Using cached (10 kB)
2024-03-29 17:35:59: Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:59: Using cached (58 kB)
2024-03-29 17:36:00: Collecting exceptiongroup>=1.0.2 (from anyio->httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:36:00: Using cached (16 kB)
2024-03-29 17:36:00: Collecting typing-extensions>=4.1 (from anyio->httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:36:00: Using cached (33 kB)
2024-03-29 17:36:01: Installing collected packages: typing-extensions, sniffio, protobuf, Pillow, numpy, idna, h11, exceptiongroup, decorator, certifi, astor, opt-einsum, httpcore, anyio, httpx, paddlepaddle-gpu
2024-03-29 17:36:39: Successfully installed Pillow-10.2.0 anyio-4.3.0 astor-0.8.1 certifi-2024.2.2 decorator-5.1.1 exceptiongroup-1.2.0 h11-0.14.0 httpcore-1.0.4 httpx-0.27.0 idna-3.6 numpy-1.26.4 opt-einsum-3.3.0 paddlepaddle-gpu-2.6.0 protobuf-3.20.2 sniffio-1.3.1 typing-extensions-4.10.0
2024-03-29 17:36:41: (checked) Done
2024-03-29 17:36:43: - Installing PaddleOCR, the OCR toolkit based on PaddlePaddle...Collecting paddleocr==2.7.0.3
2024-03-29 17:36:43: Using cached paddleocr-2.7.0.3-py3-none-any.whl.metadata (26 kB)
2024-03-29 17:36:43: Collecting shapely (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached shapely-2.0.3-cp39-cp39-win_amd64.whl.metadata (7.2 kB)
2024-03-29 17:36:43: Collecting scikit-image (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached scikit_image-0.22.0-cp39-cp39-win_amd64.whl.metadata (13 kB)
2024-03-29 17:36:43: Collecting imgaug (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached imgaug-0.4.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024-03-29 17:36:43: Collecting pyclipper (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached pyclipper-1.3.0.post5-cp39-cp39-win_amd64.whl.metadata (9.2 kB)
2024-03-29 17:36:43: Collecting lmdb (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached lmdb-1.4.1-cp39-cp39-win_amd64.whl.metadata (1.2 kB)
2024-03-29 17:36:43: Collecting tqdm (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached tqdm-4.66.2-py3-none-any.whl.metadata (57 kB)
2024-03-29 17:36:44: Collecting numpy (from paddleocr==2.7.0.3)
2024-03-29 17:36:44: Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl.metadata (61 kB)
2024-03-29 17:36:44: Collecting visualdl (from paddleocr==2.7.0.3)
2024-03-29 17:36:44: Using cached visualdl-2.5.3-py3-none-any.whl.metadata (25 kB)
2024-03-29 17:36:45: Collecting rapidfuzz (from paddleocr==2.7.0.3)
2024-03-29 17:36:45: Using cached rapidfuzz-3.7.0-cp39-cp39-win_amd64.whl.metadata (11 kB)
2024-03-29 17:36:45: Collecting opencv-python<=4.6.0.66 (from paddleocr==2.7.0.3)
2024-03-29 17:36:45: Using cached opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl.metadata (18 kB)
2024-03-29 17:36:46: Collecting opencv-contrib-python<=4.6.0.66 (from paddleocr==2.7.0.3)
2024-03-29 17:36:46: Using cached opencv_contrib_python-4.6.0.66-cp36-abi3-win_amd64.whl.metadata (18 kB)
2024-03-29 17:36:46: Collecting cython (from paddleocr==2.7.0.3)
2024-03-29 17:36:46: Using cached Cython-3.0.9-cp39-cp39-win_amd64.whl.metadata (3.2 kB)
2024-03-29 17:36:47: Collecting lxml (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached lxml-5.1.1-cp39-cp39-win_amd64.whl.metadata (3.6 kB)
2024-03-29 17:36:47: Collecting premailer (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached premailer-3.10.0-py2.py3-none-any.whl.metadata (15 kB)
2024-03-29 17:36:47: Collecting openpyxl (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached openpyxl-3.1.2-py2.py3-none-any.whl.metadata (2.5 kB)
2024-03-29 17:36:47: Collecting attrdict (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached attrdict-2.0.1-py2.py3-none-any.whl.metadata (6.7 kB)
2024-03-29 17:36:47: Collecting PyMuPDF<1.21.0 (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached PyMuPDF-1.20.2-cp39-cp39-win_amd64.whl.metadata (8.5 kB)
2024-03-29 17:36:48: Collecting Pillow>=10.0.0 (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl.metadata (9.9 kB)
2024-03-29 17:36:48: Collecting pyyaml (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
2024-03-29 17:36:48: Collecting python-docx (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached python_docx-1.1.0-py3-none-any.whl.metadata (2.0 kB)
2024-03-29 17:36:48: Collecting beautifulsoup4 (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
2024-03-29 17:36:48: Collecting fonttools>=4.24.0 (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached fonttools-4.50.0-cp39-cp39-win_amd64.whl.metadata (162 kB)
2024-03-29 17:36:48: Collecting fire>=0.3.0 (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached fire-0.6.0-py2.py3-none-any.whl
2024-03-29 17:36:48: Collecting pdf2docx (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached pdf2docx-0.5.8-py3-none-any.whl.metadata (3.2 kB)
2024-03-29 17:36:49: Collecting six (from fire>=0.3.0->paddleocr==2.7.0.3)
2024-03-29 17:36:49: Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024-03-29 17:36:49: Collecting termcolor (from fire>=0.3.0->paddleocr==2.7.0.3)
2024-03-29 17:36:49: Using cached termcolor-2.4.0-py3-none-any.whl.metadata (6.1 kB)
2024-03-29 17:36:49: Collecting soupsieve>1.2 (from beautifulsoup4->paddleocr==2.7.0.3)
2024-03-29 17:36:49: Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
2024-03-29 17:36:49: Collecting scipy (from imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:49: Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl.metadata (60 kB)
2024-03-29 17:36:50: Collecting matplotlib (from imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached matplotlib-3.8.3-cp39-cp39-win_amd64.whl.metadata (5.9 kB)
2024-03-29 17:36:50: Collecting imageio (from imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached imageio-2.34.0-py3-none-any.whl.metadata (4.9 kB)
2024-03-29 17:36:50: Collecting networkx>=2.8 (from scikit-image->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
2024-03-29 17:36:50: Collecting tifffile>=2022.8.12 (from scikit-image->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached tifffile-2024.2.12-py3-none-any.whl.metadata (31 kB)
2024-03-29 17:36:50: Collecting packaging>=21 (from scikit-image->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
2024-03-29 17:36:50: Collecting lazy_loader>=0.3 (from scikit-image->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB)
2024-03-29 17:36:50: Collecting et-xmlfile (from openpyxl->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached et_xmlfile-1.1.0-py3-none-any.whl.metadata (1.8 kB)
2024-03-29 17:36:51: Collecting opencv-python-headless>=4.5 (from pdf2docx->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached opencv_python_headless-4.9.0.80-cp37-abi3-win_amd64.whl.metadata (20 kB)
2024-03-29 17:36:51: Collecting typing-extensions (from python-docx->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB)
2024-03-29 17:36:51: Collecting cssselect (from premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached cssselect-1.2.0-py2.py3-none-any.whl.metadata (2.2 kB)
2024-03-29 17:36:51: Collecting cssutils (from premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached cssutils-2.9.0-py3-none-any.whl.metadata (9.1 kB)
2024-03-29 17:36:51: Collecting requests (from premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
2024-03-29 17:36:51: Collecting cachetools (from premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached cachetools-5.3.3-py3-none-any.whl.metadata (5.3 kB)
2024-03-29 17:36:51: Collecting colorama (from tqdm->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
2024-03-29 17:36:51: Collecting bce-python-sdk (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached bce_python_sdk-0.9.6-py3-none-any.whl.metadata (318 bytes)
2024-03-29 17:36:51: Collecting flask>=1.1.1 (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached flask-3.0.2-py3-none-any.whl.metadata (3.6 kB)
2024-03-29 17:36:51: Collecting Flask-Babel>=3.0.0 (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached flask_babel-4.0.0-py3-none-any.whl.metadata (1.9 kB)
2024-03-29 17:36:52: Collecting protobuf>=3.20.0 (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:52: Using cached protobuf-5.26.1-cp39-cp39-win_amd64.whl.metadata (592 bytes)
2024-03-29 17:36:52: Collecting pandas (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:52: Using cached pandas-2.2.1-cp39-cp39-win_amd64.whl.metadata (19 kB)
2024-03-29 17:36:52: Collecting rarfile (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:52: Using cached rarfile-4.1-py3-none-any.whl.metadata (4.4 kB)
2024-03-29 17:36:52: Collecting psutil (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:52: Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB)
2024-03-29 17:36:53: Collecting Werkzeug>=3.0.0 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB)
2024-03-29 17:36:53: Collecting Jinja2>=3.1.2 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
2024-03-29 17:36:53: Collecting itsdangerous>=2.1.2 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB)
2024-03-29 17:36:53: Collecting click>=8.1.3 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
2024-03-29 17:36:53: Collecting blinker>=1.6.2 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached blinker-1.7.0-py3-none-any.whl.metadata (1.9 kB)
2024-03-29 17:36:53: Collecting importlib-metadata>=3.6.0 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached importlib_metadata-7.1.0-py3-none-any.whl.metadata (4.7 kB)
2024-03-29 17:36:53: Collecting Babel>=2.12 (from Flask-Babel>=3.0.0->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
2024-03-29 17:36:53: Collecting pytz>=2022.7 (from Flask-Babel>=3.0.0->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
2024-03-29 17:36:54: Collecting pycryptodome>=3.8.0 (from bce-python-sdk->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached pycryptodome-3.20.0-cp35-abi3-win_amd64.whl.metadata (3.4 kB)
2024-03-29 17:36:54: Collecting future>=0.6.0 (from bce-python-sdk->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
2024-03-29 17:36:54: Collecting contourpy>=1.0.1 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl.metadata (5.8 kB)
2024-03-29 17:36:54: Collecting cycler>=0.10 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
2024-03-29 17:36:54: Collecting kiwisolver>=1.3.1 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl.metadata (6.5 kB)
2024-03-29 17:36:55: Collecting pyparsing>=2.3.1 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB)
2024-03-29 17:36:55: Collecting python-dateutil>=2.7 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2024-03-29 17:36:55: Collecting importlib-resources>=3.2.0 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached importlib_resources-6.4.0-py3-none-any.whl.metadata (3.9 kB)
2024-03-29 17:36:55: Collecting tzdata>=2022.7 (from pandas->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB)
2024-03-29 17:36:55: Collecting charset-normalizer<4,>=2 (from requests->premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl.metadata (34 kB)
2024-03-29 17:36:55: Collecting idna<4,>=2.5 (from requests->premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
2024-03-29 17:36:56: Collecting urllib3<3,>=1.21.1 (from requests->premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:56: Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
2024-03-29 17:36:56: Collecting certifi>=2017.4.17 (from requests->premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:56: Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
2024-03-29 17:36:56: Collecting zipp>=0.5 (from importlib-metadata>=3.6.0->flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:56: Using cached zipp-3.18.1-py3-none-any.whl.metadata (3.5 kB)
2024-03-29 17:36:56: Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:56: Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
2024-03-29 17:36:57: Using cached paddleocr-2.7.0.3-py3-none-any.whl (465 kB)
2024-03-29 17:36:57: Using cached fonttools-4.50.0-cp39-cp39-win_amd64.whl (2.2 MB)
2024-03-29 17:36:57: Using cached opencv_contrib_python-4.6.0.66-cp36-abi3-win_amd64.whl (42.5 MB)
2024-03-29 17:36:57: Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl (15.8 MB)
2024-03-29 17:36:57: Using cached opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl (35.6 MB)
2024-03-29 17:36:57: Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl (2.6 MB)
2024-03-29 17:36:57: Using cached PyMuPDF-1.20.2-cp39-cp39-win_amd64.whl (6.6 MB)
2024-03-29 17:36:57: Using cached attrdict-2.0.1-py2.py3-none-any.whl (9.9 kB)
2024-03-29 17:36:57: Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
2024-03-29 17:36:57: Using cached Cython-3.0.9-cp39-cp39-win_amd64.whl (2.8 MB)
2024-03-29 17:36:57: Using cached imgaug-0.4.0-py2.py3-none-any.whl (948 kB)
2024-03-29 17:36:57: Using cached scikit_image-0.22.0-cp39-cp39-win_amd64.whl (24.5 MB)
2024-03-29 17:36:57: Using cached lmdb-1.4.1-cp39-cp39-win_amd64.whl (105 kB)
2024-03-29 17:36:57: Using cached lxml-5.1.1-cp39-cp39-win_amd64.whl (3.9 MB)
2024-03-29 17:36:57: Using cached openpyxl-3.1.2-py2.py3-none-any.whl (249 kB)
2024-03-29 17:36:57: Using cached pdf2docx-0.5.8-py3-none-any.whl (132 kB)
2024-03-29 17:36:57: Using cached python_docx-1.1.0-py3-none-any.whl (239 kB)
2024-03-29 17:36:57: Using cached premailer-3.10.0-py2.py3-none-any.whl (19 kB)
2024-03-29 17:36:57: Using cached pyclipper-1.3.0.post5-cp39-cp39-win_amd64.whl (108 kB)
2024-03-29 17:36:57: Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB)
2024-03-29 17:36:57: Using cached rapidfuzz-3.7.0-cp39-cp39-win_amd64.whl (1.6 MB)
2024-03-29 17:36:57: Using cached shapely-2.0.3-cp39-cp39-win_amd64.whl (1.4 MB)
2024-03-29 17:36:57: Using cached tqdm-4.66.2-py3-none-any.whl (78 kB)
2024-03-29 17:36:57: Using cached visualdl-2.5.3-py3-none-any.whl (6.3 MB)
2024-03-29 17:36:58: Using cached flask-3.0.2-py3-none-any.whl (101 kB)
2024-03-29 17:36:58: Using cached flask_babel-4.0.0-py3-none-any.whl (9.6 kB)
2024-03-29 17:36:58: Using cached imageio-2.34.0-py3-none-any.whl (313 kB)
2024-03-29 17:36:58: Using cached lazy_loader-0.3-py3-none-any.whl (9.1 kB)
2024-03-29 17:36:58: Using cached networkx-3.2.1-py3-none-any.whl (1.6 MB)
2024-03-29 17:36:58: Using cached opencv_python_headless-4.9.0.80-cp37-abi3-win_amd64.whl (38.5 MB)
2024-03-29 17:36:58: Using cached packaging-24.0-py3-none-any.whl (53 kB)
2024-03-29 17:36:58: Using cached protobuf-5.26.1-cp39-cp39-win_amd64.whl (420 kB)
2024-03-29 17:36:58: Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl (46.2 MB)
2024-03-29 17:36:58: Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
2024-03-29 17:36:58: Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
2024-03-29 17:36:58: Using cached tifffile-2024.2.12-py3-none-any.whl (224 kB)
2024-03-29 17:36:58: Using cached bce_python_sdk-0.9.6-py3-none-any.whl (330 kB)
2024-03-29 17:36:58: Using cached cachetools-5.3.3-py3-none-any.whl (9.3 kB)
2024-03-29 17:36:58: Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2024-03-29 17:36:58: Using cached cssselect-1.2.0-py2.py3-none-any.whl (18 kB)
2024-03-29 17:36:58: Using cached cssutils-2.9.0-py3-none-any.whl (398 kB)
2024-03-29 17:36:58: Using cached et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
2024-03-29 17:36:58: Using cached matplotlib-3.8.3-cp39-cp39-win_amd64.whl (7.6 MB)
2024-03-29 17:36:58: Using cached pandas-2.2.1-cp39-cp39-win_amd64.whl (11.6 MB)
2024-03-29 17:36:58: Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB)
2024-03-29 17:36:58: Using cached rarfile-4.1-py3-none-any.whl (28 kB)
2024-03-29 17:36:58: Using cached requests-2.31.0-py3-none-any.whl (62 kB)
2024-03-29 17:36:58: Using cached termcolor-2.4.0-py3-none-any.whl (7.7 kB)
2024-03-29 17:36:58: Using cached typing_extensions-4.10.0-py3-none-any.whl (33 kB)
2024-03-29 17:36:58: Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
2024-03-29 17:36:58: Using cached blinker-1.7.0-py3-none-any.whl (13 kB)
2024-03-29 17:36:58: Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
2024-03-29 17:36:58: Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl (100 kB)
2024-03-29 17:36:58: Using cached click-8.1.7-py3-none-any.whl (97 kB)
2024-03-29 17:36:58: Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl (181 kB)
2024-03-29 17:36:58: Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
2024-03-29 17:36:58: Using cached future-1.0.0-py3-none-any.whl (491 kB)
2024-03-29 17:36:58: Using cached idna-3.6-py3-none-any.whl (61 kB)
2024-03-29 17:36:58: Using cached importlib_metadata-7.1.0-py3-none-any.whl (24 kB)
2024-03-29 17:36:58: Using cached importlib_resources-6.4.0-py3-none-any.whl (38 kB)
2024-03-29 17:36:58: Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
2024-03-29 17:36:58: Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB)
2024-03-29 17:36:58: Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl (56 kB)
2024-03-29 17:36:58: Using cached pycryptodome-3.20.0-cp35-abi3-win_amd64.whl (1.8 MB)
2024-03-29 17:36:58: Using cached pyparsing-3.1.2-py3-none-any.whl (103 kB)
2024-03-29 17:36:58: Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2024-03-29 17:36:58: Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
2024-03-29 17:36:58: Using cached tzdata-2024.1-py2.py3-none-any.whl (345 kB)
2024-03-29 17:36:58: Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
2024-03-29 17:36:58: Using cached werkzeug-3.0.1-py3-none-any.whl (226 kB)
2024-03-29 17:36:58: Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl (17 kB)
2024-03-29 17:36:58: Using cached zipp-3.18.1-py3-none-any.whl (8.2 kB)
2024-03-29 17:37:03: Installing collected packages: pytz, pyclipper, lmdb, zipp, urllib3, tzdata, typing-extensions, termcolor, soupsieve, six, rarfile, rapidfuzz, pyyaml, pyparsing, PyMuPDF, pycryptodome, psutil, protobuf, Pillow, packaging, numpy, networkx, MarkupSafe, lxml, lazy_loader, kiwisolver, itsdangerous, idna, future, fonttools, et-xmlfile, cython, cycler, cssutils, cssselect, colorama, charset-normalizer, certifi, cachetools, blinker, Babel, Werkzeug, tqdm, tifffile, shapely, scipy, requests, python-docx, python-dateutil, openpyxl, opencv-python-headless, opencv-python, opencv-contrib-python, Jinja2, importlib-resources, importlib-metadata, imageio, fire, contourpy, click, beautifulsoup4, bce-python-sdk, attrdict, scikit-image, premailer, pdf2docx, pandas, matplotlib, flask, imgaug, Flask-Babel, visualdl, paddleocr
2024-03-29 17:38:41: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
2024-03-29 17:38:41: Successfully installed Babel-2.14.0 Flask-Babel-4.0.0 Jinja2-3.1.3 MarkupSafe-2.1.5 Pillow-10.2.0 PyMuPDF-1.20.2 Werkzeug-3.0.1 attrdict-2.0.1 bce-python-sdk-0.9.6 beautifulsoup4-4.12.3 blinker-1.7.0 cachetools-5.3.3 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 contourpy-1.2.0 cssselect-1.2.0 cssutils-2.9.0 cycler-0.12.1 cython-3.0.9 et-xmlfile-1.1.0 fire-0.6.0 flask-3.0.2 fonttools-4.50.0 future-1.0.0 idna-3.6 imageio-2.34.0 imgaug-0.4.0 importlib-metadata-7.1.0 importlib-resources-6.4.0 itsdangerous-2.1.2 kiwisolver-1.4.5 lazy_loader-0.3 lmdb-1.4.1 lxml-5.1.1 matplotlib-3.8.3 networkx-3.2.1 numpy-1.26.4 opencv-contrib-python-4.6.0.66 opencv-python-4.6.0.66 opencv-python-headless-4.9.0.80 openpyxl-3.1.2 packaging-24.0 paddleocr-2.7.0.3 pandas-2.2.1 pdf2docx-0.5.8 premailer-3.10.0 protobuf-5.26.1 psutil-5.9.8 pyclipper-1.3.0.post5 pycryptodome-3.20.0 pyparsing-3.1.2 python-dateutil-2.9.0.post0 python-docx-1.1.0 pytz-2024.1 pyyaml-6.0.1 rapidfuzz-3.7.0 rarfile-4.1 requests-2.31.0 scikit-image-0.22.0 scipy-1.12.0 shapely-2.0.3 six-1.16.0 soupsieve-2.5 termcolor-2.4.0 tifffile-2024.2.12 tqdm-4.66.2 typing-extensions-4.10.0 tzdata-2024.1 urllib3-2.2.1 visualdl-2.5.3 zipp-3.18.1
2024-03-29 17:38:41: paddlepaddle-gpu 2.6.0 requires protobuf<=3.20.2,>=3.1.0; platform_system == "Windows", but you have protobuf 5.26.1 which is incompatible.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\certifi already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\certifi-2024.2.2.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\google already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\idna already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\idna-3.6.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\numpy already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\numpy-1.26.4-cp39-cp39-win_amd64.whl already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\numpy-1.26.4.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\numpy.libs already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\PIL already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\pillow-10.2.0.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\typing_extensions-4.10.0.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\typing_extensions.py already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\pycache already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\bin already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:46: (checked) Done
2024-03-29 17:38:47: - Installing imutils, the image utilities library...Collecting imutils
2024-03-29 17:38:47: Using cached imutils-0.5.4-py3-none-any.whl
2024-03-29 17:38:48: Installing collected packages: imutils
2024-03-29 17:38:48: Successfully installed imutils-0.5.4
2024-03-29 17:38:48: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\bin already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:50: (checked) Done
2024-03-29 17:38:52: - Installing Pillow, a Python Image Library...Already installed
2024-03-29 17:38:54: - Installing OpenCV, the Computer Vision library for Python...Already installed
2024-03-29 17:39:06: - Installing NumPy, a package for scientific computing...Already installed
2024-03-29 17:39:06: Installing Python packages for the CodeProject.AI Server SDK
2024-03-29 17:39:08: Ensuring Python package manager (pip) is installed...Looking in links: c:\Windows\TEMP\tmpnmduz376
2024-03-29 17:39:08: Requirement already satisfied: setuptools in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (69.2.0)
2024-03-29 17:39:08: Requirement already satisfied: pip in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (24.0)
2024-03-29 17:39:09: Done
2024-03-29 17:39:10: Ensuring Python package manager (pip) is up to date...Requirement already satisfied: setuptools in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (69.2.0)
2024-03-29 17:39:13: Requirement already satisfied: pip in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (24.0)
2024-03-29 17:39:14: Done
2024-03-29 17:39:14: Requirements Search Path is C:\Program Files\CodeProject\AI\SDK\Python
2024-03-29 17:39:14: Searching for a suitable requirements.txts file in C:\Program Files\CodeProject\AI\SDK\Python
2024-03-29 17:39:14: CUDA version is 11.8 (11_8 / 11)
2024-03-29 17:39:14: Python packages specified by requirements.txt
2024-03-29 17:39:14: Choosing Python packages from C:\Program Files\CodeProject\AI\SDK\Python\requirements.txt
2024-03-29 17:39:16: - Installing Pillow, a Python Image Library...Already installed
2024-03-29 17:39:18: - Installing Charset normalizer...Already installed
2024-03-29 17:39:20: - Installing aiohttp, the Async IO HTTP library...Collecting aiohttp
2024-03-29 17:39:20: Using cached aiohttp-3.9.3-cp39-cp39-win_amd64.whl.metadata (7.6 kB)
2024-03-29 17:39:20: Collecting aiosignal>=1.1.2 (from aiohttp)
2024-03-29 17:39:20: Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
2024-03-29 17:39:20: Collecting attrs>=17.3.0 (from aiohttp)
2024-03-29 17:39:20: Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
2024-03-29 17:39:20: Collecting frozenlist>=1.1.1 (from aiohttp)
2024-03-29 17:39:20: Using cached frozenlist-1.4.1-cp39-cp39-win_amd64.whl.metadata (12 kB)
2024-03-29 17:39:21: Collecting multidict<7.0,>=4.5 (from aiohttp)
2024-03-29 17:39:21: Using cached multidict-6.0.5-cp39-cp39-win_amd64.whl.metadata (4.3 kB)
2024-03-29 17:39:21: Collecting yarl<2.0,>=1.0 (from aiohttp)
2024-03-29 17:39:21: Using cached yarl-1.9.4-cp39-cp39-win_amd64.whl.metadata (32 kB)
2024-03-29 17:39:21: Collecting async-timeout<5.0,>=4.0 (from aiohttp)
2024-03-29 17:39:21: Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
2024-03-29 17:39:21: Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp)
2024-03-29 17:39:21: Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
2024-03-29 17:39:21: Using cached aiohttp-3.9.3-cp39-cp39-win_amd64.whl (366 kB)
2024-03-29 17:39:21: Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
2024-03-29 17:39:21: Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
2024-03-29 17:39:21: Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
2024-03-29 17:39:21: Using cached frozenlist-1.4.1-cp39-cp39-win_amd64.whl (50 kB)
2024-03-29 17:39:21: Using cached multidict-6.0.5-cp39-cp39-win_amd64.whl (28 kB)
2024-03-29 17:39:21: Using cached yarl-1.9.4-cp39-cp39-win_amd64.whl (76 kB)
2024-03-29 17:39:21: Using cached idna-3.6-py3-none-any.whl (61 kB)
2024-03-29 17:39:22: Installing collected packages: multidict, idna, frozenlist, attrs, async-timeout, yarl, aiosignal, aiohttp
2024-03-29 17:39:24: Successfully installed aiohttp-3.9.3 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.2.0 frozenlist-1.4.1 idna-3.6 multidict-6.0.5 yarl-1.9.4
2024-03-29 17:39:24: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\idna already exists. Specify --upgrade to force replacement.
2024-03-29 17:39:24: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\idna-3.6.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:39:26: (checked) Done
2024-03-29 17:39:28: - Installing aiofiles, the Async IO Files library...Collecting aiofiles
2024-03-29 17:39:28: Using cached aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
2024-03-29 17:39:28: Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB)
2024-03-29 17:39:29: Installing collected packages: aiofiles
2024-03-29 17:39:29: Successfully installed aiofiles-23.2.1
2024-03-29 17:39:31: (checked) Done
2024-03-29 17:39:33: - Installing py-cpuinfo to allow us to query CPU info...Collecting py-cpuinfo
2024-03-29 17:39:33: Using cached py_cpuinfo-9.0.0-py3-none-any.whl.metadata (794 bytes)
2024-03-29 17:39:33: Using cached py_cpuinfo-9.0.0-py3-none-any.whl (22 kB)
2024-03-29 17:39:34: Installing collected packages: py-cpuinfo
2024-03-29 17:39:34: Successfully installed py-cpuinfo-9.0.0
2024-03-29 17:39:34: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\bin already exists. Specify --upgrade to force replacement.
2024-03-29 17:39:36: (checked) Done
2024-03-29 17:39:38: - Installing Requests, the HTTP library...Already installed
2024-03-29 17:39:38: Executing post-install script for License Plate Reader
2024-03-29 17:39:38: Applying PaddleOCR patch
2024-03-29 17:39:38: 1 file(s) copied.
2024-03-29 17:39:38: SELF TEST START ======================================================
2024-03-29 17:39:43: Self-test passed
2024-03-29 17:39:43: SELF TEST END ======================================================
2024-03-29 17:39:43: Module setup time 00:04:35.68
2024-03-29 17:39:43: Setup complete
2024-03-29 17:39:43: Total setup time 00:04:36.99
Installer exited with code 0
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,219
Reaction score
4,264
Location
Brooklyn, NY
2024-03-29 17:35:06: Installing CodeProject.AI Analysis Module
2024-03-29 17:35:06: ======================================================================
2024-03-29 17:35:06: CodeProject.AI Installer
2024-03-29 17:35:06: ======================================================================
2024-03-29 17:35:06: 388.5Gb of 457Gb available on
2024-03-29 17:35:06: os, arch = windows x86_64
2024-03-29 17:35:06: systemName, platform = Windows, windows
2024-03-29 17:35:06: setupMode = InstallModule
2024-03-29 17:35:07: executionEnvironment = Production
2024-03-29 17:35:07: rootDirPath = C:\Program Files\CodeProject\AI
2024-03-29 17:35:07: appRootDirPath = C:\Program Files\CodeProject\AI\
2024-03-29 17:35:07: setupScriptDirPath = C:\Program Files\CodeProject\AI\
2024-03-29 17:35:07: sdkScriptsDirPath = C:\Program Files\CodeProject\AI\SDK\Scripts
2024-03-29 17:35:07: runtimesDirPath = C:\Program Files\CodeProject\AI\runtimes
2024-03-29 17:35:07: modulesDirPath = C:\Program Files\CodeProject\AI\modules
2024-03-29 17:35:07: downloadDirPath = C:\Program Files\CodeProject\AI\downloads
2024-03-29 17:35:07: General CodeProject.AI setup
2024-03-29 17:35:07: Creating Directories...Done
2024-03-29 17:35:07: GPU support
2024-03-29 17:35:07: CUDA Present...Yes (CUDA 11.8, cuDNN 8.9)
2024-03-29 17:35:08: ROCm Present...No
2024-03-29 17:35:08: Reading ALPR settingsUsed modulesettings.json to get value License Plate Reader
2024-03-29 17:35:08: .Used modulesettings.json to get value 3.0.3
2024-03-29 17:35:08: .Used modulesettings.windows.json to get value python3.9
2024-03-29 17:35:09: .Used modulesettings.json to get value Local
2024-03-29 17:35:09: .Used modulesettings.json to get value ALPR_adapter.py
2024-03-29 17:35:09: .Used modulesettings.windows.json to get value true
2024-03-29 17:35:10: .Used modulesettings.json to get value ["all"]
2024-03-29 17:35:10: .Done
2024-03-29 17:35:10: Installing module License Plate Reader 3.0.3
2024-03-29 17:35:10: Variable Dump
2024-03-29 17:35:10: moduleName = License Plate Reader
2024-03-29 17:35:10: moduleVersion = 3.0.3
2024-03-29 17:35:10: runtime = python3.9
2024-03-29 17:35:10: runtimeLocation = Local
2024-03-29 17:35:10: installGPU = true
2024-03-29 17:35:10: pythonVersion = 3.9
2024-03-29 17:35:10: virtualEnvDirPath = C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv
2024-03-29 17:35:10: venvPythonCmdPath = C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Scripts\python.exe
2024-03-29 17:35:10: packagesDirPath = C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages
2024-03-29 17:35:10: moduleStartFilePath = ALPR_adapter.py
2024-03-29 17:35:10: Installing Python 3.9
2024-03-29 17:35:10: Installing python39 in C:\Program Files\CodeProject\AI\runtimes\bin\windows\python39
2024-03-29 17:35:10: Python 3.9 is already installed
2024-03-29 17:35:10: Creating Virtual Environment (Local)...Virtual Environment doesn't exist. Creating at C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv
2024-03-29 17:35:19: Done
2024-03-29 17:35:19: Confirming we have Python 3.9 in our virtual environment...present
2024-03-29 17:35:19: Downloading ocr-en-pp_ocrv4-paddle.zip to C:\Program Files\CodeProject\AI\downloads\ALPR\paddleocr
2024-03-29 17:35:20: Downloading ALPR models...Checking 'C:\Program Files\CodeProject\AI\downloads\ALPR\ocr-en-pp_ocrv4-paddle.zip'
2024-03-29 17:35:20: already exists...Expanding...Heading to C:\Program Files\CodeProject\AI\downloads\ALPR
2024-03-29 17:35:20: Extracting ocr-en-pp_ocrv4-paddle.zip
2024-03-29 17:35:20: Done.
2024-03-29 17:35:20: Copying contents of ocr-en-pp_ocrv4-paddle.zip to paddleocr...done
2024-03-29 17:35:20: Installing Python packages for License Plate Reader
2024-03-29 17:35:20: [0;Installing GPU-enabled libraries: If available
2024-03-29 17:35:22: Ensuring Python package manager (pip) is installed...Looking in links: c:\Windows\TEMP\tmphk8tuwah
2024-03-29 17:35:22: Requirement already satisfied: setuptools in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (56.0.0)
2024-03-29 17:35:22: Requirement already satisfied: pip in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (21.1.3)
2024-03-29 17:35:22: Done
2024-03-29 17:35:23: Ensuring Python package manager (pip) is up to date...Requirement already satisfied: setuptools in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (56.0.0)
2024-03-29 17:35:24: Collecting setuptools
2024-03-29 17:35:24: Using cached setuptools-69.2.0-py3-none-any.whl (821 kB)
2024-03-29 17:35:24: Installing collected packages: setuptools
2024-03-29 17:35:24: Attempting uninstall: setuptools
2024-03-29 17:35:24: Found existing installation: setuptools 56.0.0
2024-03-29 17:35:24: Uninstalling setuptools-56.0.0:
2024-03-29 17:35:24: Successfully uninstalled setuptools-56.0.0
2024-03-29 17:35:27: Successfully installed setuptools-69.2.0
2024-03-29 17:35:27: WARNING: You are using pip version 21.1.3; however, version 24.0 is available.
2024-03-29 17:35:27: You should consider upgrading via the 'C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Scripts\python.exe -m pip install --upgrade pip' command.
2024-03-29 17:35:28: Requirement already satisfied: pip in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (21.1.3)
2024-03-29 17:35:28: Collecting pip
2024-03-29 17:35:28: Using cached pip-24.0-py3-none-any.whl (2.1 MB)
2024-03-29 17:35:28: Installing collected packages: pip
2024-03-29 17:35:28: Attempting uninstall: pip
2024-03-29 17:35:28: Found existing installation: pip 21.1.3
2024-03-29 17:35:29: Uninstalling pip-21.1.3:
2024-03-29 17:35:29: Successfully uninstalled pip-21.1.3
2024-03-29 17:35:36: Successfully installed pip-24.0
2024-03-29 17:35:36: Done
2024-03-29 17:35:36: Requirements Search Path is C:\Program Files\CodeProject\AI\modules\ALPR
2024-03-29 17:35:37: Searching for a suitable requirements.txts file in C:\Program Files\CodeProject\AI\modules\ALPR
2024-03-29 17:35:37: CUDA version is 11.8 (11_8 / 11)
2024-03-29 17:35:37: Python packages specified by requirements.windows.cuda11_8.txt
2024-03-29 17:35:37: Choosing Python packages from C:\Program Files\CodeProject\AI\modules\ALPR\requirements.windows.cuda11_8.txt
2024-03-29 17:35:38: - Installing PaddlePaddle, Parallel Distributed Deep Learning...Looking in indexes: 2024-03-29 17:35:42: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000022E6445B1F0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /pypi/simple/paddlepaddle-gpu/
2024-03-29 17:35:43: WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000022E64485220>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /pypi/simple/paddlepaddle-gpu/
2024-03-29 17:35:44: Collecting paddlepaddle-gpu==2.6.0
2024-03-29 17:35:44: Using cached (476.3 MB)
2024-03-29 17:35:50: Collecting httpx (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:50: Using cached (75 kB)
2024-03-29 17:35:51: Collecting numpy>=1.13 (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:51: Using cached (15.8 MB)
2024-03-29 17:35:52: Collecting Pillow (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:52: Using cached (2.6 MB)
2024-03-29 17:35:53: Collecting decorator (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:53: Using cached (9.1 kB)
2024-03-29 17:35:53: Collecting astor (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:54: Using cached (27 kB)
2024-03-29 17:35:54: Collecting opt-einsum==3.3.0 (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:54: Using cached (65 kB)
2024-03-29 17:35:55: Collecting protobuf<=3.20.2,>=3.1.0 (from paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:55: Using cached (904 kB)
2024-03-29 17:35:56: Collecting anyio (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:56: Using cached (85 kB)
2024-03-29 17:35:56: Collecting certifi (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:57: Using cached (163 kB)
2024-03-29 17:35:57: Collecting httpcore==1.* (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:57: Using cached (77 kB)
2024-03-29 17:35:58: Collecting idna (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:58: Using cached (61 kB)
2024-03-29 17:35:58: Collecting sniffio (from httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:59: Using cached (10 kB)
2024-03-29 17:35:59: Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:35:59: Using cached (58 kB)
2024-03-29 17:36:00: Collecting exceptiongroup>=1.0.2 (from anyio->httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:36:00: Using cached (16 kB)
2024-03-29 17:36:00: Collecting typing-extensions>=4.1 (from anyio->httpx->paddlepaddle-gpu==2.6.0)
2024-03-29 17:36:00: Using cached (33 kB)
2024-03-29 17:36:01: Installing collected packages: typing-extensions, sniffio, protobuf, Pillow, numpy, idna, h11, exceptiongroup, decorator, certifi, astor, opt-einsum, httpcore, anyio, httpx, paddlepaddle-gpu
2024-03-29 17:36:39: Successfully installed Pillow-10.2.0 anyio-4.3.0 astor-0.8.1 certifi-2024.2.2 decorator-5.1.1 exceptiongroup-1.2.0 h11-0.14.0 httpcore-1.0.4 httpx-0.27.0 idna-3.6 numpy-1.26.4 opt-einsum-3.3.0 paddlepaddle-gpu-2.6.0 protobuf-3.20.2 sniffio-1.3.1 typing-extensions-4.10.0
2024-03-29 17:36:41: (checked) Done
2024-03-29 17:36:43: - Installing PaddleOCR, the OCR toolkit based on PaddlePaddle...Collecting paddleocr==2.7.0.3
2024-03-29 17:36:43: Using cached paddleocr-2.7.0.3-py3-none-any.whl.metadata (26 kB)
2024-03-29 17:36:43: Collecting shapely (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached shapely-2.0.3-cp39-cp39-win_amd64.whl.metadata (7.2 kB)
2024-03-29 17:36:43: Collecting scikit-image (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached scikit_image-0.22.0-cp39-cp39-win_amd64.whl.metadata (13 kB)
2024-03-29 17:36:43: Collecting imgaug (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached imgaug-0.4.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024-03-29 17:36:43: Collecting pyclipper (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached pyclipper-1.3.0.post5-cp39-cp39-win_amd64.whl.metadata (9.2 kB)
2024-03-29 17:36:43: Collecting lmdb (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached lmdb-1.4.1-cp39-cp39-win_amd64.whl.metadata (1.2 kB)
2024-03-29 17:36:43: Collecting tqdm (from paddleocr==2.7.0.3)
2024-03-29 17:36:43: Using cached tqdm-4.66.2-py3-none-any.whl.metadata (57 kB)
2024-03-29 17:36:44: Collecting numpy (from paddleocr==2.7.0.3)
2024-03-29 17:36:44: Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl.metadata (61 kB)
2024-03-29 17:36:44: Collecting visualdl (from paddleocr==2.7.0.3)
2024-03-29 17:36:44: Using cached visualdl-2.5.3-py3-none-any.whl.metadata (25 kB)
2024-03-29 17:36:45: Collecting rapidfuzz (from paddleocr==2.7.0.3)
2024-03-29 17:36:45: Using cached rapidfuzz-3.7.0-cp39-cp39-win_amd64.whl.metadata (11 kB)
2024-03-29 17:36:45: Collecting opencv-python<=4.6.0.66 (from paddleocr==2.7.0.3)
2024-03-29 17:36:45: Using cached opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl.metadata (18 kB)
2024-03-29 17:36:46: Collecting opencv-contrib-python<=4.6.0.66 (from paddleocr==2.7.0.3)
2024-03-29 17:36:46: Using cached opencv_contrib_python-4.6.0.66-cp36-abi3-win_amd64.whl.metadata (18 kB)
2024-03-29 17:36:46: Collecting cython (from paddleocr==2.7.0.3)
2024-03-29 17:36:46: Using cached Cython-3.0.9-cp39-cp39-win_amd64.whl.metadata (3.2 kB)
2024-03-29 17:36:47: Collecting lxml (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached lxml-5.1.1-cp39-cp39-win_amd64.whl.metadata (3.6 kB)
2024-03-29 17:36:47: Collecting premailer (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached premailer-3.10.0-py2.py3-none-any.whl.metadata (15 kB)
2024-03-29 17:36:47: Collecting openpyxl (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached openpyxl-3.1.2-py2.py3-none-any.whl.metadata (2.5 kB)
2024-03-29 17:36:47: Collecting attrdict (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached attrdict-2.0.1-py2.py3-none-any.whl.metadata (6.7 kB)
2024-03-29 17:36:47: Collecting PyMuPDF<1.21.0 (from paddleocr==2.7.0.3)
2024-03-29 17:36:47: Using cached PyMuPDF-1.20.2-cp39-cp39-win_amd64.whl.metadata (8.5 kB)
2024-03-29 17:36:48: Collecting Pillow>=10.0.0 (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl.metadata (9.9 kB)
2024-03-29 17:36:48: Collecting pyyaml (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
2024-03-29 17:36:48: Collecting python-docx (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached python_docx-1.1.0-py3-none-any.whl.metadata (2.0 kB)
2024-03-29 17:36:48: Collecting beautifulsoup4 (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
2024-03-29 17:36:48: Collecting fonttools>=4.24.0 (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached fonttools-4.50.0-cp39-cp39-win_amd64.whl.metadata (162 kB)
2024-03-29 17:36:48: Collecting fire>=0.3.0 (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached fire-0.6.0-py2.py3-none-any.whl
2024-03-29 17:36:48: Collecting pdf2docx (from paddleocr==2.7.0.3)
2024-03-29 17:36:48: Using cached pdf2docx-0.5.8-py3-none-any.whl.metadata (3.2 kB)
2024-03-29 17:36:49: Collecting six (from fire>=0.3.0->paddleocr==2.7.0.3)
2024-03-29 17:36:49: Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
2024-03-29 17:36:49: Collecting termcolor (from fire>=0.3.0->paddleocr==2.7.0.3)
2024-03-29 17:36:49: Using cached termcolor-2.4.0-py3-none-any.whl.metadata (6.1 kB)
2024-03-29 17:36:49: Collecting soupsieve>1.2 (from beautifulsoup4->paddleocr==2.7.0.3)
2024-03-29 17:36:49: Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
2024-03-29 17:36:49: Collecting scipy (from imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:49: Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl.metadata (60 kB)
2024-03-29 17:36:50: Collecting matplotlib (from imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached matplotlib-3.8.3-cp39-cp39-win_amd64.whl.metadata (5.9 kB)
2024-03-29 17:36:50: Collecting imageio (from imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached imageio-2.34.0-py3-none-any.whl.metadata (4.9 kB)
2024-03-29 17:36:50: Collecting networkx>=2.8 (from scikit-image->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
2024-03-29 17:36:50: Collecting tifffile>=2022.8.12 (from scikit-image->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached tifffile-2024.2.12-py3-none-any.whl.metadata (31 kB)
2024-03-29 17:36:50: Collecting packaging>=21 (from scikit-image->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
2024-03-29 17:36:50: Collecting lazy_loader>=0.3 (from scikit-image->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB)
2024-03-29 17:36:50: Collecting et-xmlfile (from openpyxl->paddleocr==2.7.0.3)
2024-03-29 17:36:50: Using cached et_xmlfile-1.1.0-py3-none-any.whl.metadata (1.8 kB)
2024-03-29 17:36:51: Collecting opencv-python-headless>=4.5 (from pdf2docx->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached opencv_python_headless-4.9.0.80-cp37-abi3-win_amd64.whl.metadata (20 kB)
2024-03-29 17:36:51: Collecting typing-extensions (from python-docx->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB)
2024-03-29 17:36:51: Collecting cssselect (from premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached cssselect-1.2.0-py2.py3-none-any.whl.metadata (2.2 kB)
2024-03-29 17:36:51: Collecting cssutils (from premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached cssutils-2.9.0-py3-none-any.whl.metadata (9.1 kB)
2024-03-29 17:36:51: Collecting requests (from premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
2024-03-29 17:36:51: Collecting cachetools (from premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached cachetools-5.3.3-py3-none-any.whl.metadata (5.3 kB)
2024-03-29 17:36:51: Collecting colorama (from tqdm->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
2024-03-29 17:36:51: Collecting bce-python-sdk (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached bce_python_sdk-0.9.6-py3-none-any.whl.metadata (318 bytes)
2024-03-29 17:36:51: Collecting flask>=1.1.1 (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached flask-3.0.2-py3-none-any.whl.metadata (3.6 kB)
2024-03-29 17:36:51: Collecting Flask-Babel>=3.0.0 (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:51: Using cached flask_babel-4.0.0-py3-none-any.whl.metadata (1.9 kB)
2024-03-29 17:36:52: Collecting protobuf>=3.20.0 (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:52: Using cached protobuf-5.26.1-cp39-cp39-win_amd64.whl.metadata (592 bytes)
2024-03-29 17:36:52: Collecting pandas (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:52: Using cached pandas-2.2.1-cp39-cp39-win_amd64.whl.metadata (19 kB)
2024-03-29 17:36:52: Collecting rarfile (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:52: Using cached rarfile-4.1-py3-none-any.whl.metadata (4.4 kB)
2024-03-29 17:36:52: Collecting psutil (from visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:52: Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl.metadata (22 kB)
2024-03-29 17:36:53: Collecting Werkzeug>=3.0.0 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB)
2024-03-29 17:36:53: Collecting Jinja2>=3.1.2 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
2024-03-29 17:36:53: Collecting itsdangerous>=2.1.2 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB)
2024-03-29 17:36:53: Collecting click>=8.1.3 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
2024-03-29 17:36:53: Collecting blinker>=1.6.2 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached blinker-1.7.0-py3-none-any.whl.metadata (1.9 kB)
2024-03-29 17:36:53: Collecting importlib-metadata>=3.6.0 (from flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached importlib_metadata-7.1.0-py3-none-any.whl.metadata (4.7 kB)
2024-03-29 17:36:53: Collecting Babel>=2.12 (from Flask-Babel>=3.0.0->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
2024-03-29 17:36:53: Collecting pytz>=2022.7 (from Flask-Babel>=3.0.0->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:53: Using cached pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
2024-03-29 17:36:54: Collecting pycryptodome>=3.8.0 (from bce-python-sdk->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached pycryptodome-3.20.0-cp35-abi3-win_amd64.whl.metadata (3.4 kB)
2024-03-29 17:36:54: Collecting future>=0.6.0 (from bce-python-sdk->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
2024-03-29 17:36:54: Collecting contourpy>=1.0.1 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl.metadata (5.8 kB)
2024-03-29 17:36:54: Collecting cycler>=0.10 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
2024-03-29 17:36:54: Collecting kiwisolver>=1.3.1 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:54: Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl.metadata (6.5 kB)
2024-03-29 17:36:55: Collecting pyparsing>=2.3.1 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB)
2024-03-29 17:36:55: Collecting python-dateutil>=2.7 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2024-03-29 17:36:55: Collecting importlib-resources>=3.2.0 (from matplotlib->imgaug->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached importlib_resources-6.4.0-py3-none-any.whl.metadata (3.9 kB)
2024-03-29 17:36:55: Collecting tzdata>=2022.7 (from pandas->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB)
2024-03-29 17:36:55: Collecting charset-normalizer<4,>=2 (from requests->premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl.metadata (34 kB)
2024-03-29 17:36:55: Collecting idna<4,>=2.5 (from requests->premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:55: Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
2024-03-29 17:36:56: Collecting urllib3<3,>=1.21.1 (from requests->premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:56: Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
2024-03-29 17:36:56: Collecting certifi>=2017.4.17 (from requests->premailer->paddleocr==2.7.0.3)
2024-03-29 17:36:56: Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
2024-03-29 17:36:56: Collecting zipp>=0.5 (from importlib-metadata>=3.6.0->flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:56: Using cached zipp-3.18.1-py3-none-any.whl.metadata (3.5 kB)
2024-03-29 17:36:56: Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask>=1.1.1->visualdl->paddleocr==2.7.0.3)
2024-03-29 17:36:56: Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
2024-03-29 17:36:57: Using cached paddleocr-2.7.0.3-py3-none-any.whl (465 kB)
2024-03-29 17:36:57: Using cached fonttools-4.50.0-cp39-cp39-win_amd64.whl (2.2 MB)
2024-03-29 17:36:57: Using cached opencv_contrib_python-4.6.0.66-cp36-abi3-win_amd64.whl (42.5 MB)
2024-03-29 17:36:57: Using cached numpy-1.26.4-cp39-cp39-win_amd64.whl (15.8 MB)
2024-03-29 17:36:57: Using cached opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl (35.6 MB)
2024-03-29 17:36:57: Using cached pillow-10.2.0-cp39-cp39-win_amd64.whl (2.6 MB)
2024-03-29 17:36:57: Using cached PyMuPDF-1.20.2-cp39-cp39-win_amd64.whl (6.6 MB)
2024-03-29 17:36:57: Using cached attrdict-2.0.1-py2.py3-none-any.whl (9.9 kB)
2024-03-29 17:36:57: Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
2024-03-29 17:36:57: Using cached Cython-3.0.9-cp39-cp39-win_amd64.whl (2.8 MB)
2024-03-29 17:36:57: Using cached imgaug-0.4.0-py2.py3-none-any.whl (948 kB)
2024-03-29 17:36:57: Using cached scikit_image-0.22.0-cp39-cp39-win_amd64.whl (24.5 MB)
2024-03-29 17:36:57: Using cached lmdb-1.4.1-cp39-cp39-win_amd64.whl (105 kB)
2024-03-29 17:36:57: Using cached lxml-5.1.1-cp39-cp39-win_amd64.whl (3.9 MB)
2024-03-29 17:36:57: Using cached openpyxl-3.1.2-py2.py3-none-any.whl (249 kB)
2024-03-29 17:36:57: Using cached pdf2docx-0.5.8-py3-none-any.whl (132 kB)
2024-03-29 17:36:57: Using cached python_docx-1.1.0-py3-none-any.whl (239 kB)
2024-03-29 17:36:57: Using cached premailer-3.10.0-py2.py3-none-any.whl (19 kB)
2024-03-29 17:36:57: Using cached pyclipper-1.3.0.post5-cp39-cp39-win_amd64.whl (108 kB)
2024-03-29 17:36:57: Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB)
2024-03-29 17:36:57: Using cached rapidfuzz-3.7.0-cp39-cp39-win_amd64.whl (1.6 MB)
2024-03-29 17:36:57: Using cached shapely-2.0.3-cp39-cp39-win_amd64.whl (1.4 MB)
2024-03-29 17:36:57: Using cached tqdm-4.66.2-py3-none-any.whl (78 kB)
2024-03-29 17:36:57: Using cached visualdl-2.5.3-py3-none-any.whl (6.3 MB)
2024-03-29 17:36:58: Using cached flask-3.0.2-py3-none-any.whl (101 kB)
2024-03-29 17:36:58: Using cached flask_babel-4.0.0-py3-none-any.whl (9.6 kB)
2024-03-29 17:36:58: Using cached imageio-2.34.0-py3-none-any.whl (313 kB)
2024-03-29 17:36:58: Using cached lazy_loader-0.3-py3-none-any.whl (9.1 kB)
2024-03-29 17:36:58: Using cached networkx-3.2.1-py3-none-any.whl (1.6 MB)
2024-03-29 17:36:58: Using cached opencv_python_headless-4.9.0.80-cp37-abi3-win_amd64.whl (38.5 MB)
2024-03-29 17:36:58: Using cached packaging-24.0-py3-none-any.whl (53 kB)
2024-03-29 17:36:58: Using cached protobuf-5.26.1-cp39-cp39-win_amd64.whl (420 kB)
2024-03-29 17:36:58: Using cached scipy-1.12.0-cp39-cp39-win_amd64.whl (46.2 MB)
2024-03-29 17:36:58: Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
2024-03-29 17:36:58: Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
2024-03-29 17:36:58: Using cached tifffile-2024.2.12-py3-none-any.whl (224 kB)
2024-03-29 17:36:58: Using cached bce_python_sdk-0.9.6-py3-none-any.whl (330 kB)
2024-03-29 17:36:58: Using cached cachetools-5.3.3-py3-none-any.whl (9.3 kB)
2024-03-29 17:36:58: Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2024-03-29 17:36:58: Using cached cssselect-1.2.0-py2.py3-none-any.whl (18 kB)
2024-03-29 17:36:58: Using cached cssutils-2.9.0-py3-none-any.whl (398 kB)
2024-03-29 17:36:58: Using cached et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
2024-03-29 17:36:58: Using cached matplotlib-3.8.3-cp39-cp39-win_amd64.whl (7.6 MB)
2024-03-29 17:36:58: Using cached pandas-2.2.1-cp39-cp39-win_amd64.whl (11.6 MB)
2024-03-29 17:36:58: Using cached psutil-5.9.8-cp37-abi3-win_amd64.whl (255 kB)
2024-03-29 17:36:58: Using cached rarfile-4.1-py3-none-any.whl (28 kB)
2024-03-29 17:36:58: Using cached requests-2.31.0-py3-none-any.whl (62 kB)
2024-03-29 17:36:58: Using cached termcolor-2.4.0-py3-none-any.whl (7.7 kB)
2024-03-29 17:36:58: Using cached typing_extensions-4.10.0-py3-none-any.whl (33 kB)
2024-03-29 17:36:58: Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
2024-03-29 17:36:58: Using cached blinker-1.7.0-py3-none-any.whl (13 kB)
2024-03-29 17:36:58: Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
2024-03-29 17:36:58: Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl (100 kB)
2024-03-29 17:36:58: Using cached click-8.1.7-py3-none-any.whl (97 kB)
2024-03-29 17:36:58: Using cached contourpy-1.2.0-cp39-cp39-win_amd64.whl (181 kB)
2024-03-29 17:36:58: Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
2024-03-29 17:36:58: Using cached future-1.0.0-py3-none-any.whl (491 kB)
2024-03-29 17:36:58: Using cached idna-3.6-py3-none-any.whl (61 kB)
2024-03-29 17:36:58: Using cached importlib_metadata-7.1.0-py3-none-any.whl (24 kB)
2024-03-29 17:36:58: Using cached importlib_resources-6.4.0-py3-none-any.whl (38 kB)
2024-03-29 17:36:58: Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
2024-03-29 17:36:58: Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB)
2024-03-29 17:36:58: Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl (56 kB)
2024-03-29 17:36:58: Using cached pycryptodome-3.20.0-cp35-abi3-win_amd64.whl (1.8 MB)
2024-03-29 17:36:58: Using cached pyparsing-3.1.2-py3-none-any.whl (103 kB)
2024-03-29 17:36:58: Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2024-03-29 17:36:58: Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
2024-03-29 17:36:58: Using cached tzdata-2024.1-py2.py3-none-any.whl (345 kB)
2024-03-29 17:36:58: Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
2024-03-29 17:36:58: Using cached werkzeug-3.0.1-py3-none-any.whl (226 kB)
2024-03-29 17:36:58: Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl (17 kB)
2024-03-29 17:36:58: Using cached zipp-3.18.1-py3-none-any.whl (8.2 kB)
2024-03-29 17:37:03: Installing collected packages: pytz, pyclipper, lmdb, zipp, urllib3, tzdata, typing-extensions, termcolor, soupsieve, six, rarfile, rapidfuzz, pyyaml, pyparsing, PyMuPDF, pycryptodome, psutil, protobuf, Pillow, packaging, numpy, networkx, MarkupSafe, lxml, lazy_loader, kiwisolver, itsdangerous, idna, future, fonttools, et-xmlfile, cython, cycler, cssutils, cssselect, colorama, charset-normalizer, certifi, cachetools, blinker, Babel, Werkzeug, tqdm, tifffile, shapely, scipy, requests, python-docx, python-dateutil, openpyxl, opencv-python-headless, opencv-python, opencv-contrib-python, Jinja2, importlib-resources, importlib-metadata, imageio, fire, contourpy, click, beautifulsoup4, bce-python-sdk, attrdict, scikit-image, premailer, pdf2docx, pandas, matplotlib, flask, imgaug, Flask-Babel, visualdl, paddleocr
2024-03-29 17:38:41: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
2024-03-29 17:38:41: Successfully installed Babel-2.14.0 Flask-Babel-4.0.0 Jinja2-3.1.3 MarkupSafe-2.1.5 Pillow-10.2.0 PyMuPDF-1.20.2 Werkzeug-3.0.1 attrdict-2.0.1 bce-python-sdk-0.9.6 beautifulsoup4-4.12.3 blinker-1.7.0 cachetools-5.3.3 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 contourpy-1.2.0 cssselect-1.2.0 cssutils-2.9.0 cycler-0.12.1 cython-3.0.9 et-xmlfile-1.1.0 fire-0.6.0 flask-3.0.2 fonttools-4.50.0 future-1.0.0 idna-3.6 imageio-2.34.0 imgaug-0.4.0 importlib-metadata-7.1.0 importlib-resources-6.4.0 itsdangerous-2.1.2 kiwisolver-1.4.5 lazy_loader-0.3 lmdb-1.4.1 lxml-5.1.1 matplotlib-3.8.3 networkx-3.2.1 numpy-1.26.4 opencv-contrib-python-4.6.0.66 opencv-python-4.6.0.66 opencv-python-headless-4.9.0.80 openpyxl-3.1.2 packaging-24.0 paddleocr-2.7.0.3 pandas-2.2.1 pdf2docx-0.5.8 premailer-3.10.0 protobuf-5.26.1 psutil-5.9.8 pyclipper-1.3.0.post5 pycryptodome-3.20.0 pyparsing-3.1.2 python-dateutil-2.9.0.post0 python-docx-1.1.0 pytz-2024.1 pyyaml-6.0.1 rapidfuzz-3.7.0 rarfile-4.1 requests-2.31.0 scikit-image-0.22.0 scipy-1.12.0 shapely-2.0.3 six-1.16.0 soupsieve-2.5 termcolor-2.4.0 tifffile-2024.2.12 tqdm-4.66.2 typing-extensions-4.10.0 tzdata-2024.1 urllib3-2.2.1 visualdl-2.5.3 zipp-3.18.1
2024-03-29 17:38:41: paddlepaddle-gpu 2.6.0 requires protobuf<=3.20.2,>=3.1.0; platform_system == "Windows", but you have protobuf 5.26.1 which is incompatible.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\certifi already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\certifi-2024.2.2.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\google already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\idna already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\idna-3.6.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\numpy already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\numpy-1.26.4-cp39-cp39-win_amd64.whl already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\numpy-1.26.4.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:41: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\numpy.libs already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\PIL already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\pillow-10.2.0.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\typing_extensions-4.10.0.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\typing_extensions.py already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\pycache already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:42: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\bin already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:46: (checked) Done
2024-03-29 17:38:47: - Installing imutils, the image utilities library...Collecting imutils
2024-03-29 17:38:47: Using cached imutils-0.5.4-py3-none-any.whl
2024-03-29 17:38:48: Installing collected packages: imutils
2024-03-29 17:38:48: Successfully installed imutils-0.5.4
2024-03-29 17:38:48: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\bin already exists. Specify --upgrade to force replacement.
2024-03-29 17:38:50: (checked) Done
2024-03-29 17:38:52: - Installing Pillow, a Python Image Library...Already installed
2024-03-29 17:38:54: - Installing OpenCV, the Computer Vision library for Python...Already installed
2024-03-29 17:39:06: - Installing NumPy, a package for scientific computing...Already installed
2024-03-29 17:39:06: Installing Python packages for the CodeProject.AI Server SDK
2024-03-29 17:39:08: Ensuring Python package manager (pip) is installed...Looking in links: c:\Windows\TEMP\tmpnmduz376
2024-03-29 17:39:08: Requirement already satisfied: setuptools in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (69.2.0)
2024-03-29 17:39:08: Requirement already satisfied: pip in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (24.0)
2024-03-29 17:39:09: Done
2024-03-29 17:39:10: Ensuring Python package manager (pip) is up to date...Requirement already satisfied: setuptools in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (69.2.0)
2024-03-29 17:39:13: Requirement already satisfied: pip in c:\program files\codeproject\ai\modules\alpr\bin\windows\python39\venv\lib\site-packages (24.0)
2024-03-29 17:39:14: Done
2024-03-29 17:39:14: Requirements Search Path is C:\Program Files\CodeProject\AI\SDK\Python
2024-03-29 17:39:14: Searching for a suitable requirements.txts file in C:\Program Files\CodeProject\AI\SDK\Python
2024-03-29 17:39:14: CUDA version is 11.8 (11_8 / 11)
2024-03-29 17:39:14: Python packages specified by requirements.txt
2024-03-29 17:39:14: Choosing Python packages from C:\Program Files\CodeProject\AI\SDK\Python\requirements.txt
2024-03-29 17:39:16: - Installing Pillow, a Python Image Library...Already installed
2024-03-29 17:39:18: - Installing Charset normalizer...Already installed
2024-03-29 17:39:20: - Installing aiohttp, the Async IO HTTP library...Collecting aiohttp
2024-03-29 17:39:20: Using cached aiohttp-3.9.3-cp39-cp39-win_amd64.whl.metadata (7.6 kB)
2024-03-29 17:39:20: Collecting aiosignal>=1.1.2 (from aiohttp)
2024-03-29 17:39:20: Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
2024-03-29 17:39:20: Collecting attrs>=17.3.0 (from aiohttp)
2024-03-29 17:39:20: Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
2024-03-29 17:39:20: Collecting frozenlist>=1.1.1 (from aiohttp)
2024-03-29 17:39:20: Using cached frozenlist-1.4.1-cp39-cp39-win_amd64.whl.metadata (12 kB)
2024-03-29 17:39:21: Collecting multidict<7.0,>=4.5 (from aiohttp)
2024-03-29 17:39:21: Using cached multidict-6.0.5-cp39-cp39-win_amd64.whl.metadata (4.3 kB)
2024-03-29 17:39:21: Collecting yarl<2.0,>=1.0 (from aiohttp)
2024-03-29 17:39:21: Using cached yarl-1.9.4-cp39-cp39-win_amd64.whl.metadata (32 kB)
2024-03-29 17:39:21: Collecting async-timeout<5.0,>=4.0 (from aiohttp)
2024-03-29 17:39:21: Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
2024-03-29 17:39:21: Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp)
2024-03-29 17:39:21: Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
2024-03-29 17:39:21: Using cached aiohttp-3.9.3-cp39-cp39-win_amd64.whl (366 kB)
2024-03-29 17:39:21: Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
2024-03-29 17:39:21: Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
2024-03-29 17:39:21: Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
2024-03-29 17:39:21: Using cached frozenlist-1.4.1-cp39-cp39-win_amd64.whl (50 kB)
2024-03-29 17:39:21: Using cached multidict-6.0.5-cp39-cp39-win_amd64.whl (28 kB)
2024-03-29 17:39:21: Using cached yarl-1.9.4-cp39-cp39-win_amd64.whl (76 kB)
2024-03-29 17:39:21: Using cached idna-3.6-py3-none-any.whl (61 kB)
2024-03-29 17:39:22: Installing collected packages: multidict, idna, frozenlist, attrs, async-timeout, yarl, aiosignal, aiohttp
2024-03-29 17:39:24: Successfully installed aiohttp-3.9.3 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.2.0 frozenlist-1.4.1 idna-3.6 multidict-6.0.5 yarl-1.9.4
2024-03-29 17:39:24: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\idna already exists. Specify --upgrade to force replacement.
2024-03-29 17:39:24: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\idna-3.6.dist-info already exists. Specify --upgrade to force replacement.
2024-03-29 17:39:26: (checked) Done
2024-03-29 17:39:28: - Installing aiofiles, the Async IO Files library...Collecting aiofiles
2024-03-29 17:39:28: Using cached aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
2024-03-29 17:39:28: Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB)
2024-03-29 17:39:29: Installing collected packages: aiofiles
2024-03-29 17:39:29: Successfully installed aiofiles-23.2.1
2024-03-29 17:39:31: (checked) Done
2024-03-29 17:39:33: - Installing py-cpuinfo to allow us to query CPU info...Collecting py-cpuinfo
2024-03-29 17:39:33: Using cached py_cpuinfo-9.0.0-py3-none-any.whl.metadata (794 bytes)
2024-03-29 17:39:33: Using cached py_cpuinfo-9.0.0-py3-none-any.whl (22 kB)
2024-03-29 17:39:34: Installing collected packages: py-cpuinfo
2024-03-29 17:39:34: Successfully installed py-cpuinfo-9.0.0
2024-03-29 17:39:34: WARNING: Target directory C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\bin already exists. Specify --upgrade to force replacement.
2024-03-29 17:39:36: (checked) Done
2024-03-29 17:39:38: - Installing Requests, the HTTP library...Already installed
2024-03-29 17:39:38: Executing post-install script for License Plate Reader
2024-03-29 17:39:38: Applying PaddleOCR patch
2024-03-29 17:39:38: 1 file(s) copied.
2024-03-29 17:39:38: SELF TEST START ======================================================
2024-03-29 17:39:43: Self-test passed
2024-03-29 17:39:43: SELF TEST END ======================================================
2024-03-29 17:39:43: Module setup time 00:04:35.68
2024-03-29 17:39:43: Setup complete
2024-03-29 17:39:43: Total setup time 00:04:36.99
Installer exited with code 0
Try uninstalling the ALPR module and reinstall using Do not use download cache

1711761877650.png
 

TSAN

Young grasshopper
Joined
Jul 16, 2019
Messages
31
Reaction score
8
Location
USA
Try uninstalling the ALPR module and reinstall using Do not use download cache
Unfortunately this has been done numerous times with same result.

Tried no download cache on both on previous cuda 12.2, cudnn 9 and on current cuda 11.8, cudnn 8.9

Edit: And CP was completely uninstalled + codeproject folder delete when switching cuda versions.
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,219
Reaction score
4,264
Location
Brooklyn, NY
Unfortunately this has been done numerous times with same result.

Tried no download cache on both on previous cuda 12.2, cudnn 9 and on current cuda 11.8, cudnn 8.9

Edit: And CP was completely uninstalled + codeproject folder delete when switching cuda versions.
Can you check what the below file name is.

1711763126612.png
 

TSAN

Young grasshopper
Joined
Jul 16, 2019
Messages
31
Reaction score
8
Location
USA
Can you check what the below file name is.
1711763420268.png

1711763473238.png

Not sure if it means anything but despite selecting the do not use cache I do see:

18:55:51:ALPR: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /pypi/simple/paddlepaddle-gpu/
18:55:52:ALPR: WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /pypi/simple/paddlepaddle-gpu/


18:55:53:ALPR: Collecting paddlepaddle-gpu==2.6.0
18:55:53:ALPR: Using cached (476.3 MB)
18:55:58:ALPR: Collecting httpx (from paddlepaddle-gpu==2.6.0)
18:55:59:ALPR: Using cached (75 kB)
18:55:59:ALPR: Collecting numpy>=1.13 (from paddlepaddle-gpu==2.6.0)
...

18:57:00:ALPR: Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
18:57:01:ALPR: Using cached paddleocr-2.7.0.3-py3-none-any.whl (465 kB)
18:57:01:ALPR: Using cached fonttools-4.50.0-cp39-cp39-win_amd64.whl (2.2 MB)
...
 
Last edited:

TSAN

Young grasshopper
Joined
Jul 16, 2019
Messages
31
Reaction score
8
Location
USA
When the module fails to start do you see any errors in the log, if so please post them.
Nothing within CP log even on trace level.

Windows event log though:

Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program Python because of this error.

App Error - 1005

Program: Python
File:

The error value is listed in the Additional Data section.
User Action
1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
2. If the file still cannot be accessed and
- It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
- It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
4. If the problem persists, restore the file from a backup copy.
5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.

Additional Data
Error value: 00000000
Disk type: 0

------

App Error - 1000

Faulting application name: python.exe, version: 3.9.6150.1013, time stamp: 0x60d9eb23
Faulting module name: common.dll, version: 0.0.0.0, time stamp: 0x6585a281
Exception code: 0xc000001d
Fault offset: 0x000000000000645a
Faulting process id: 0x1e34
Faulting application start time: 0x01da82476b8f6aaf
Faulting application path: C:\Program Files\CodeProject\AI\runtimes\bin\windows\python39\python.exe
Faulting module path: C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\lib\site-packages\paddle\libs\common.dll
Report Id: 1496e1bc-5b22-485c-82a4-bee2d47e2a3f
Faulting package full name:
Faulting package-relative application ID:

This is a fresh Win10 22H2 install. Basically nothing installed but CP, drivers, gpuz.
It's an old i7 920 platform I had available. Just trying to test new A2000 + CP before installing A2000 it into a Poweredge Server.
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,219
Reaction score
4,264
Location
Brooklyn, NY
Nothing within CP log even on trace level.

Windows event log though:

Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program Python because of this error.

App Error - 1005

Program: Python
File:

The error value is listed in the Additional Data section.
User Action
1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
2. If the file still cannot be accessed and
- It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
- It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
4. If the problem persists, restore the file from a backup copy.
5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.

Additional Data
Error value: 00000000
Disk type: 0

------

App Error - 1000

Faulting application name: python.exe, version: 3.9.6150.1013, time stamp: 0x60d9eb23
Faulting module name: common.dll, version: 0.0.0.0, time stamp: 0x6585a281
Exception code: 0xc000001d
Fault offset: 0x000000000000645a
Faulting process id: 0x1e34
Faulting application start time: 0x01da82476b8f6aaf
Faulting application path: C:\Program Files\CodeProject\AI\runtimes\bin\windows\python39\python.exe
Faulting module path: C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\lib\site-packages\paddle\libs\common.dll
Report Id: 1496e1bc-5b22-485c-82a4-bee2d47e2a3f
Faulting package full name:
Faulting package-relative application ID:

This is a fresh Win10 22H2 install. Basically nothing installed but CP, drivers, gpuz.
It's an old i7 920 platform I had available. Just trying to test new A2000 + CP before installing A2000 it into a Poweredge Server.
The issue you are having is over my head, can you post these errors and system info on CodeProject.AI forum. Sorry I could not help.

 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,219
Reaction score
4,264
Location
Brooklyn, NY
That was it, except it appears it is masking the plate?

View attachment 190972
Are you masking any zones in your ALPR camera. With the setting I posted it will use that last image sent to CodeProject.AI for the cropped plate. Sometimes the bottom of the image gets cutoff because the image is not fully drawn when it is triggered.

1711769266718.png
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,129
Reaction score
48,993
Location
USA
That could be it as I have masking zones.

I guess that is the same issue with this one where CodeProject read the plate correctly, but it only shows part of it?

1711769827671.png
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,219
Reaction score
4,264
Location
Brooklyn, NY
That could be it as I have masking zones.

I guess that is the same issue with this one where CodeProject read the plate correctly, but it only shows part of it?

View attachment 190974
Yes, it is better then nothing. I did ask Ken to add the option to save the confirmed cropped plate as an alert similar to the face detection
 

wittaj

IPCT Contributor
Joined
Apr 28, 2019
Messages
25,129
Reaction score
48,993
Location
USA
OK - hopefully in a future update he adds that - I find this enlarged snapshot to be important when quickly glancing on a cellphone.
 

TSAN

Young grasshopper
Joined
Jul 16, 2019
Messages
31
Reaction score
8
Location
USA
The issue you are having is over my head, can you post these errors and system info on CodeProject.AI forum. Sorry I could not help.
Thanks for investigating. I'll inquire over at CP.
I am however quite curious how one goes about specifying the module version to install.
Is the CP version hard locking the available module versions? Or is there a xml / config can be edited? I'd like to try previous license plate reader 3.0.2 with CP 2.5.6
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,219
Reaction score
4,264
Location
Brooklyn, NY
Thanks for investigating. I'll inquire over at CP.
I am however quite curious how one goes about specifying the module version to install.
Is the CP version hard locking the available module versions? Or is there a xml / config can be edited? I'd like to try previous license plate reader 3.0.2 with CP 2.5.6
Different module versions only work with certain version of CP

1711773479397.png
 

TSAN

Young grasshopper
Joined
Jul 16, 2019
Messages
31
Reaction score
8
Location
USA
Different module versions only work with certain version of CP
I've identified the modulesettings.json , this is a useful compatibility matrix.

But its still not clear to me how to target older module versions within CP Web UI.

Based on this matrix I should be able to be on CP 2.5.6 and install License Plate Reader 2.5.0-RC6 or newer.
But how does one do that? There is only the install button with Codeproject web UI. Once latest version installed it shows the module version and if you click it shows prior versions, dates, release notes.

Do I need to edit a CP config file somewhere to filter which module version I want to target for install?

Thanks.
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,219
Reaction score
4,264
Location
Brooklyn, NY
I've identified the modulesettings.json , this is a useful compatibility matrix.

But its still not clear to me how to target older module versions within CP Web UI.

Based on this matrix I should be able to be on CP 2.5.6 and install License Plate Reader 2.5.0-RC6 or newer.
But how does one do that? There is only the install button with Codeproject web UI. Once latest version installed it shows the module version and if you click it shows prior versions, dates, release notes.

Do I need to edit a CP config file somewhere to filter which module version I want to target for install?

Thanks.
You will need to manually install older modules, what version do you want, I will see if I can hunt it down.
 
Top