[spp] [Bug 455] spp does not run with python3
bugzilla at dpdk.org
bugzilla at dpdk.org
Thu Apr 23 10:32:59 CEST 2020
https://bugs.dpdk.org/show_bug.cgi?id=455
masahiro nemoto (masahiro.nemoto.es at s1.ntt-tx.co.jp) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |masahiro.nemoto.es at s1.ntt-t
| |x.co.jp
--- Comment #2 from masahiro nemoto (masahiro.nemoto.es at s1.ntt-tx.co.jp) ---
Hello Vipin.
According to the latest documents in master branch, such dependency is resolved
by follwing
the instruction. pip3 install -r means installing pyYAML to the latest
avaialble version.
What do you think?
https://git.dpdk.org/apps/spp/tree/docs/guides/gsg/install.rst
SPP provides ``requirements.txt`` for installing required packages of Python3.
You might fail to run ``pip3`` without sudo on some environments.
.. code-block:: console
$ pip3 install -r requirements.txt
The content of requirements.txt.
# spp-ctl
eventlet
bottle
netaddr
# SPP CLI
pyyaml
tornado
websocket-client
# docs
sphinx
sphinx-rtd-theme
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the spp
mailing list