Click here to Skip to main content
16,022,069 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm trying to install the server with an ALPR extension on a raspberry pi 5.

I've a bit struggled with the installation from this tutorial, but I finally succeed.

But I've an issue now : I can't launch ALPR extension, I get this error :

<pre>13:17:23:Started License Plate Reader module<br />
13:17:25:ALPR_adapter.py: Traceback (most recent call last):<br />
13:17:25:ALPR_adapter.py:   File "/usr/bin/codeproject.ai-server-2.6.5/modules/ALPR/ALPR_adapter.py", line 11, in <br />
13:17:25:ALPR_adapter.py:     from ALPR import init_detect_platenumber, detect_platenumber<br />
13:17:25:ALPR_adapter.py:   File "/usr/bin/codeproject.ai-server-2.6.5/modules/ALPR/ALPR.py", line 17, in <br />
13:17:25:ALPR_adapter.py:     from paddleocr import PaddleOCR<br />
13:17:25:ALPR_adapter.py:   File "/usr/bin/codeproject.ai-server-2.6.5/modules/ALPR/bin/linux/pytho<pre lang="Python"></pre>n38/venv/lib/python3.8/site-packages/paddleocr/__init__.py", line 14, in <br />
13:17:25:ALPR_adapter.py:     from .paddleocr import *<br />
13:17:25:ALPR_adapter.py:   File "/usr/bin/codeproject.ai-server-2.6.5/modules/ALPR/bin/linux/python38/venv/lib/python3.8/site-packages/paddleocr/paddleocr.py", line 21, in <br />
13:17:25:ALPR_adapter.py:     import paddle<br />
13:17:25:ALPR_adapter.py: ModuleNotFoundError: No module named 'paddle'<br />
13:17:25:ALPR_adapter.py: has exited<br />
13:17:25:Module ALPR has shutdown</pre>


What I have tried:

I tried running
pip install paddlepaddle
And the installation succeeded, but the issue persists.

If I launch Thonny and I try to import paddle, I get the same error ("no module named paddle").

Would you have an idea about how to fix this ? Thanks !
Posted

1 solution

Please post your question in the CodeProject.AI Discussions[^] forum.
 
Share this answer
 

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



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