I am working on the following project in github
.
https://github.com/ShreyAmbesh/Traffic-Rule-Violation-Detection-System
installed all the needed packages for the project but when i try to run the project in pycharm i am getting the following error...
File "VehicleMoniter.py", line 21, in
import openalpr_api
ModuleNotFoundError: No module named 'openalpr_api'
I also installed openalpr in my system
C:\Users\preetha\Desktop\python project\traffic project\Traffic-Rule-Violation-Detection-System-master>pip install openalpr
Requirement already satisfied: openalpr in c:\users\preetha\appdata\local\programs\python\python37\lib\site-packages (1.0.12)
I don't know how to solve this error.
Anyone please help me...
thanks in advance