From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <spp-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 2AEC1A0599
	for <public@inbox.dpdk.org>; Sun, 19 Apr 2020 08:23:45 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 08A291D455;
	Sun, 19 Apr 2020 08:23:45 +0200 (CEST)
Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178])
 by dpdk.org (Postfix) with ESMTP id 8F1B41D455
 for <spp@dpdk.org>; Sun, 19 Apr 2020 08:23:43 +0200 (CEST)
Received: by inbox.dpdk.org (Postfix, from userid 33)
 id 68552A05A1; Sun, 19 Apr 2020 08:23:43 +0200 (CEST)
From: bugzilla@dpdk.org
To: spp@dpdk.org
Date: Sun, 19 Apr 2020 06:23:42 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: SPP
X-Bugzilla-Component: ctl
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: major
X-Bugzilla-Who: vipin.varghese@intel.com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: yasufum.o@gmail.com
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
 op_sys bug_status bug_severity priority component assigned_to reporter cc
 target_milestone
Message-ID: <bug-455-394@http.bugs.dpdk.org/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
MIME-Version: 1.0
Subject: [spp] [Bug 455] spp does not run with python3
X-BeenThere: spp@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Soft Patch Panel <spp.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/spp>,
 <mailto:spp-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/spp/>
List-Post: <mailto:spp@dpdk.org>
List-Help: <mailto:spp-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/spp>,
 <mailto:spp-request@dpdk.org?subject=subscribe>
Errors-To: spp-bounces@dpdk.org
Sender: "spp" <spp-bounces@dpdk.org>

https://bugs.dpdk.org/show_bug.cgi?id=3D455

            Bug ID: 455
           Summary: spp does not run with python3
           Product: SPP
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: ctl
          Assignee: yasufum.o@gmail.com
          Reporter: vipin.varghese@intel.com
                CC: spp@dpdk.org
  Target Milestone: ---

URL: https://doc.dpdk.org/spp/setup/getting_started.html#setup
Python version: 3.6

CMD: ```python3 spp.py```

result:
```
Traceback (most recent call last):
  File "spp.py", line 10, in <module>
    spp.main(sys.argv[1:])
  File "/home/saesrv02/Downloads/explore/spp-19.11/src/cli/spp.py", line 56=
, in
main
    shell =3D Shell(spp_cli_objs, args.config, args.wait_pri)
  File "/home/saesrv02/Downloads/explore/spp-19.11/src/cli/shell.py", line =
43,
in __init__
    Loader=3Dyaml.FullLoader)
```

--=20
You are receiving this mail because:
You are on the CC list for the bug.=