본문 바로가기

STUDY/ERROR

downgrade the protobuf package to 3.20.x or lower.

728x90

protobuf를 downgrade해야한다.

 

해결책

1. 기존의 protobuf 패키지 제거하기

pip uninstall protobuf

2. protobuf 버전을 낮춰서 설치하기

pip install protobuf==3.19.0
728x90