반응형 _pb2.py1 TypeError: Descriptors cannot not be created directly (protoc >= 3.19.0) 해결하기 TypeError: Descriptors cannot not 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. in Python 이러한 오류는 보통 Tensorflow, Tensorboard, Tritonclient 등등의 버전과 protobuf 의 버전이 맞지 않아서 발생합니다. 위에 저 빨간글씨대로 해결을 할 수도 있지만, 1번은 protobuf 의 버전을 낮추는 방법이고, 2번은 딱봐도 안좋은 방법입니다 ㅋ 버전을 낮추기 보다는 Tensorflow 등의 버전을 올리는게 나을거 같은데요. 부득이하게.. 2022. 6. 20. 이전 1 다음 728x90 반응형