chrishkchris edited a comment on issue #631: Is there any runtime problem of onnx in Travis CI built SINGA CPU version related to libprotobuf.so.20? URL: https://github.com/apache/singa/issues/631#issuecomment-601043209 Also, our singa dockerfile is using `pip3 install protobuf`, so I may get the same version to conda Currently, the pip install protobuf version is 3.11.3, but our conda package uses 3.6.1, so it may be better to upgrade ``` (builder) dcsysh@panda8:~$ pip install protobuf Collecting protobuf Downloading protobuf-3.11.3-cp36-cp36m-manylinux1_x86_64.whl (1.3 MB) |████████████████████████████████| 1.3 MB 4.0 MB/s Requirement already satisfied: six>=1.9 in ./anaconda3/envs/builder/lib/python3.6/site-packages (from protobuf) (1.14.0) Requirement already satisfied: setuptools in ./anaconda3/envs/builder/lib/python3.6/site-packages (from protobuf) (45.2.0.post20200210) Installing collected packages: protobuf Successfully installed protobuf-3.11.3 ```
---------------------------------------------------------------- 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
