https://www.python2.net/questions-408067.htm
-
몇 시간 동안 검색 한 후 패키지 설치가 필요없는 솔루션을 찾았습니다
pip install openalpr이동
cd openalpr/src/bindings/python/
실행
sudo python3 setup.py install
알프 값 설정
alpr = Alpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data/")
그게 다야!
이 오류가 있었지만 수동 openalpr 설치 후 다음 작업을 수행했습니다.
cd openalpr/src/bindings/python/sudo python3 setup.py install이 수정 프로그램은 제대로 작동했습니다.