leezu commented on issue #17299: Error when building mxnet with USE_DIST_KVSTORE
URL: 
https://github.com/apache/incubator-mxnet/issues/17299#issuecomment-575132131
 
 
   Looking at your output, you can see
   
   ```
    -- Could NOT find ZMQ (missing: ZMQ_LIBRARY ZMQ_INCLUDE_DIR)
   ```
   
   You need to install ZMQ. This should have been a fatal error preventing 
build.
   
   ```
   CMake Warning at 
/usr/local/lib/python3.6/dist-packages/cmake/data/share/cmake-3.13/Modules/FindProtobuf.cmake:495
 (message):
   Protobuf compiler version 3.8.0 doesn't match library version 3.0.0
   Call Stack (most recent call first):
   3rdparty/ps-lite/cmake/ProtoBuf.cmake:4 (find_package)
   3rdparty/ps-lite/CMakeLists.txt:22 (include)
   
   -- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread (found 
version "3.0.0")
   -- Found PROTOBUF Compiler: /home/ubuntu/anaconda3/bin/protoc
   ```
   
   
   Your system is not setup correctly. You're mixing system protobuf and some 
conda protobuf.
   Conda messes a lot with your system. You shouldn't use it if you want to 
compile MXNet.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to