슬기로운 연구생활

If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 본문

슬기로운 에러 생활

If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.

vhrehfdl 2022. 11. 22. 22:17

에러 메시지 : If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.

 

에러 원인 : PaddleOCR fine-tune 하다가 에러가 발생했다. protoc 에러였고 상대적으로 쉽게 해결했다.

 

해결 방법 : 라이브러리 설치 다시 해주면된다.

pip install protobuf==3.20.*
Comments