ShreyAmbesh/Traffic-Rule-Violation-Detection-System

#No module name 'openalpr-api'

Sreejapalanivel opened this issue · 7 comments

I am working on this project
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 pycharm.
I don't know the issue. Please clarify me.

Can you reproduce the steps again in details so that I can try to find the issue ?

ModuleNotFoundError: No module named 'openalpr_api'

help me please

Try to reinstall openalpr_api properly and if you have not set up the path variables properly check it.

Can you please produce all your installation steps and the full error stack trace so that I can check the error. You can even try to see some online article or video to go through the installation process.

Hi,sir,
According to your guide ,i have installed openALPR and api by"pip3 install openALPR api'',this installing was successful.but when i run "VehicleMoniter.py",there is a erro,it is "No module named 'openalpr_api'";

i think this module 'openalpr_api' is built by yourself, true or false??????

openalpr_api.zip
Download and paste this folder where VehicleMonitor.py resides.
This worked for me.