On Wed, 01 Aug 2018 17:04:08 +0900, Imen Souidene wrote: > > [1 <multipart/alternative (7bit)>] > [1.1 <text/plain; UTF-8 (quoted-printable)>] > Sir how can i used it by python2.7? I installed as it appears in > all documents : > sudo pip install ryu
Are you using standard ubuntu or some other image? pip install should pick up the latest version of oslo.config (6.4.0) You can check the installed version with: $ pip freeze |grep oslo.config You can upgrade oslo.config with: $ sudo pip install -U oslo.config > sudo git clone git://github.com/osrg/ryu.git > cd ryu > sudo pip install If you ran "pip install ryu", this shouldn't be necessary. > Despite when i used : sudo python ./setup.py install , it show me : > running install_scriptsInstalling ryu-manager script to > /usr/local/binInstalling ryu script to /usr/local/bin > > > Sir the problem that ryu-manager no started ? > On Wednesday, August 1, 2018, 3:37:24 AM GMT+1, IWAMOTO Toshihiro > <iwam...@valinux.co.jp> wrote: > > On Tue, 31 Jul 2018 21:31:40 +0900, > Imen Souidene via Ryu-devel wrote: > > > > [1 <multipart/alternative (7bit)>] > > [1.1 <text/plain; UTF-8 (quoted-printable)>] > > Dear Comity, I have a problem when i installed the controller Ryu , despite > > I followed the installation tutorial. > > > The problem is : > > imen@imen-HP-Pavilion-g6-Notebook-PC:~/ryu$ ryu-manager > > Traceback (most recent call last): File "/usr/local/bin/ryu-manager", line > > 11, in <module> load_entry_point('ryu==4.26', 'console_scripts', > > 'ryu-manager')() > > > File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line > > 1060, in __init__ super(ListOpt, self).__init__(name, type=types.List(), > > **kwargs)TypeError: __init__() got an unexpected keyword argument > > 'item_type' > > Your oslo.config is too old. > Which installation tutorial did you use and what commands did you type? > > -- > IWAMOTO Toshihiro > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Ryu-devel mailing list > Ryu-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > [1.2 <text/html; UTF-8 (quoted-printable)>] > [2 aa.png <image/png (base64)>] > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel