Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [Bug 454] Documentation does callout the dependency for python modules in SPP-CTL
@ 2020-04-19  6:20 bugzilla
  2020-04-23  8:28 ` bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2020-04-19  6:20 UTC (permalink / raw)
  To: spp

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

            Bug ID: 454
           Summary: Documentation does callout the dependency for python
                    modules in SPP-CTL
           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: ---

For a fresh install spp-ctl has module dependencies, which are not called out
in documenation

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

Modules Missing:
```
ImportError: No module named eventlet
ImportError: No module named bottle
ImportError: No module named netaddr
```

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [spp] [Bug 454] Documentation does callout the dependency for python modules in SPP-CTL
  2020-04-19  6:20 [spp] [Bug 454] Documentation does callout the dependency for python modules in SPP-CTL bugzilla
@ 2020-04-23  8:28 ` bugzilla
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2020-04-23  8:28 UTC (permalink / raw)
  To: spp

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

masahiro nemoto (masahiro.nemoto.es@s1.ntt-tx.co.jp) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |masahiro.nemoto.es@s1.ntt-t
                   |                            |x.co.jp

--- Comment #1 from masahiro nemoto (masahiro.nemoto.es@s1.ntt-tx.co.jp) ---
Hello Vipin.

According to the latest documents in master branch, such dependency is resolved
by follwing
the instruction.
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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-23  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19  6:20 [spp] [Bug 454] Documentation does callout the dependency for python modules in SPP-CTL bugzilla
2020-04-23  8:28 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).