Ok I found out my problem, I needed to include the python file under openalpr from what gets generated after the install.
Anyway now my problem is I'm getting the following error after trying to run the sample test.py
(cv) root@raspberrypi:~/openalpr-2.2.0/src/bindings/python/openalpr# python3 test.py /root/openalpr-2.2.0/ea7the.jpg
Traceback (most recent call last):
File "test.py", line 21, in <module>
alpr = Alpr(options.country, options.config, options.runtime_data)
File "/root/openalpr-2.2.0/src/bindings/python/openalpr/openalpr.py", line 53, in __init__
self.alpr_pointer = self._initialize_func(country, config_file, runtime_dir)
ctypes.ArgumentError: argument 1: <class 'TypeError'>: wrong type
(cv) root@raspberrypi:~/openalpr-2.2.0/src/bindings/python/openalpr#