Click here to Skip to main content
16,004,505 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,
I have run into this problem. I have uninstalled and reinstalled. Here is my error message.

32:29:ALPR_adapter.py: RuntimeError: module compiled against ABI version 0x1000009 but this version of numpy is 0x2000000
10:32:29:ALPR_adapter.py: Traceback (most recent call last):
10:32:29:ALPR_adapter.py:   File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR_adapter.py", line 16, in 
10:32:29:ALPR_adapter.py:     from ALPR import init_detect_platenumber, detect_platenumber
10:32:29:ALPR_adapter.py:   File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR.py", line 7, in 
10:32:29:ALPR_adapter.py:     import utils.tools as tool
10:32:29:ALPR_adapter.py:   File "C:\Program Files\CodeProject\AI\modules\ALPR\utils\tools.py", line 2, in 
10:32:29:ALPR_adapter.py:     import cv2
10:32:29:ALPR_adapter.py:   File "C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\lib\site-packages\cv2\__init__.py", line 181, in 
10:32:29:ALPR_adapter.py:     bootstrap()
10:32:29:ALPR_adapter.py:   File "C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\lib\site-packages\cv2\__init__.py", line 153, in bootstrap
10:32:29:ALPR_adapter.py:     native_module = importlib.import_module("cv2")
10:32:29:ALPR_adapter.py:   File "C:\Program Files\CodeProject\AI\runtimes\bin\windows\python39\lib\importlib\__init__.py", line 127, in import_module
10:32:29:ALPR_adapter.py:     return _bootstrap._gcd_import(name[level:], package, level)
10:32:29:ALPR_adapter.py: ImportError: numpy.core.multiarray failed to import


What I have tried:

reinstalling, checking python?
Posted
Comments
CHill60 9-Aug-24 13:11pm    
You'll be better off posting this in the right forum - CodeProject.AI Discussions[^]
Hina Chow (Hina Chow) 15-Aug-24 1:05am    
Jee Whiz,
I go to "ask a question" and get the answer from OriginalGriff. Where shall I post a question then? Smoke signal, crystal ball or magic mirror?
Hina Chow (Hina Chow) 15-Aug-24 15:47pm    
Got it! Thank you.

1 solution

This would be better posted in the dedicated forum: CodeProject.AI Discussions[^]

(Answered to remove from unanswered queue)
 
Share this answer
 
v2

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