protobuf builder error

    [Troubleshooting] ImportError: cannot import name 'builder' from 'google.protobuf.internal'

    문제 개요 : mediapipeline 사용을 위하여 작업 환경을 구성하던 도중 conda-forge를 이용한 가상 환경을 사용하고 있는 상황에서 pip install protobuf를 이용하여 protobuf 패키지를 설치하였을 때 생기는 문제입니다. 에러 내용 : ImportError: cannot import name 'builder' from 'google.protobuf.internal' - 해결 한 방법 스택 오버플로우에서 버전을 높이고 낮추는 등 여러방법을 시도해 보았을 때 되지 않았지만 밑의 방법으로 해결하였습니다. pip uninstall protobuf conda install protobuf