benz725 commented on issue #19731:
URL: 
https://github.com/apache/incubator-mxnet/issues/19731#issuecomment-756007736


   problem resolved!
   from the Reported message : Could NOT find Protobuf (missing: 
Protobuf_INCLUDE_DIR) 
   i install the protobuf ( sudo apt-get install libprotobuf-dev 
protobuf-compiler), then solved the problem.
   but when compile again , it reported another problem:
   CMake Error at CMakeLists.txt:242 (find_library):
     Could not find ONNX_LIBRARY using the following names: libonnx.so
   
   
   -- Configuring incomplete, errors occurred!
   See also 
"/home/yfzx/mxnet-src/apache-mxnet-src-1.7.0-incubating/build/CMakeFiles/CMakeOutput.log".
   See also 
"/home/yfzx/mxnet-src/apache-mxnet-src-1.7.0-incubating/build/CMakeFiles/CMakeError.log".
   ---------------------------------------------------
   i install the onnx follow the tensorrt official tutorial, untar the .tar 
file, then cd TensorRT-${version}/onnx_graphsurgeon
   pip3 install  onnx_graphsurgeon-0.2.6-py2.py3-none-any.whl
   i guess the onnx is not installed correctly, is that another way to install 
onnx?
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to