I have a problem with the installation for python. I runing test.py but I got an error
D:\openalpr-2.3.0-win-64bit\openalpr_64>python python\test.py -c us --config "openalpr.conf" --runtime_data "runtime_data" samples/us-1.jpg
Traceback (most recent call last):
File "python\test.py", line 21, in <module>
alpr = Alpr(options.country, options.config, options.runtime_data)
File "C:\Miniconda2\lib\site-packages\openalpr\openalpr.py", line 58, in __init__
raise nex
OSError: Unable to locate the OpenALPR library. Please make sure that OpenALPR is properly installed on your system and that the libraries are in the appropriate paths.
Exception AttributeError: "Alpr instance has no attribute 'loaded'" in <bound method Alpr.__del__ of <openalpr.openalpr.Alpr instance at 0x0000000002BF5948>> ignored
I need help