安装onnx时报错:
cwd: /tmp/pip-install-z97qlhcj/onnx/
Complete output (1 lines):
Could not find "protoc" executable!
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
解决方案:
pip install protobuf
sudo apt-get install protobuf-compiler libprotoc-dev
pip install onnx
本文详细介绍了在安装ONNX过程中遇到的找不到protoc可执行文件错误,并提供了具体的解决方案,包括安装protobuf和其编译器,以及重新安装ONNX。
3258

被折叠的 条评论
为什么被折叠?



