본문 바로가기

카테고리 없음

onnx 설치시, protobuf requires python >=3.7 but the running python is 3.6.9

나는 onnx==1.8.0을 설치하려고 했는데, 3.7에서 돌리랜다

 

간단하게 protobuf를 설치해서 해결하였다.

 

sudo apt-get install libprotobuf-dev protobuf-compiler

후에 다시 설치

sudo python3 -m pip install onnx==1.8.0

성공