From dev-return-4557-archive-asf-public=cust-asf.ponee.io@singa.apache.org Thu Mar 19 06:06:08 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 75C93180661 for ; Thu, 19 Mar 2020 07:06:08 +0100 (CET) Received: (qmail 36763 invoked by uid 500); 19 Mar 2020 06:06:07 -0000 Mailing-List: contact dev-help@singa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.apache.org Delivered-To: mailing list dev@singa.apache.org Received: (qmail 36753 invoked by uid 99); 19 Mar 2020 06:06:07 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2020 06:06:07 +0000 From: GitBox To: dev@singa.apache.org Subject: [GitHub] [singa] chrishkchris opened a new issue #631: Is there any runtime problem of onnx in Travis CPU version related to libprotobuf.so.20? Message-ID: Date: Thu, 19 Mar 2020 06:06:07 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit chrishkchris opened a new issue #631: Is there any runtime problem of onnx in Travis CPU version related to libprotobuf.so.20? URL: https://github.com/apache/singa/issues/631 In the log of travis CI CPU version build, it displays the error in test_onnx that cannot import libprotobuf.so.20 ``` ====================================================================== 3966 ERROR: test_onnx (unittest.loader._FailedTest) 3967 ---------------------------------------------------------------------- 3968 ImportError: Failed to import test module: test_onnx 3969 Traceback (most recent call last): 3970 File "/home/travis/conda-bld-1971.5/singa_1584596418932/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/unittest/loader.py", line 436, in _find_test_path 3971 module = self._get_module_from_name(name) 3972 File "/home/travis/conda-bld-1971.5/singa_1584596418932/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name 3973 __import__(name) 3974 File "/home/travis/conda-bld-1971.5/singa_1584596418932/test_tmp/test/python/test_onnx.py", line 24, in 3975 from singa import sonnx 3976 File "/home/travis/conda-bld-1971.5/singa_1584596418932/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/site-packages/singa/sonnx.py", line 23, in 3977 import onnx.utils 3978 File "/home/travis/conda-bld-1971.5/singa_1584596418932/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/site-packages/onnx/__init__.py", line 8, in 3979 from .onnx_cpp2py_export import ONNX_ML 3980 ImportError: libprotobuf.so.20: cannot open shared object file: No such file or directory ``` ---------------------------------------------------------------- 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: users@infra.apache.org With regards, Apache Git Services