[트러블슈팅] langchain-google-genai 사용 중에 protoc >= 3.19.0 오류
·
트러블슈팅
1. 문제발생윈도우 환경에서 LLM 관련 프로젝트를 새로운 가상환경을 만들어 세팅하던 중에 아래와 같은 오류가 발생했다. TypeError: Descriptors cannot be created directly.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 you cannot immediately regenerate your protos, some other possible workarounds are: 1. Downgrade the protobuf package to 3.20.x or lower. 2. Set PROTOCOL_BUF..