728x90
protobuf를 downgrade해야한다.
해결책
1. 기존의 protobuf 패키지 제거하기
pip uninstall protobuf
2. protobuf 버전을 낮춰서 설치하기
pip install protobuf==3.19.0
728x90
'STUDY > ERROR' 카테고리의 다른 글
ValueError: pic should be 2/3 dimensional. Got 4 dimensions.해결법 : torch.from_numpy() (0) | 2023.04.06 |
---|---|
[파이썬 가상환경] python 가상환경 진입 오류 해결 (0) | 2022.12.16 |
unicodedecodeerror: 'cp949' codec can't decode byte 0x99 in position 15: illegal multibyte sequence (0) | 2022.06.22 |
ModuleNotFoundError: No module named 'scipy' (0) | 2022.06.22 |
module 'tensorflow' has no attribute 'contrib' (0) | 2022.06.07 |