Re: [Ryu-devel] Ryu Running problem

2018-08-02 Thread IWAMOTO Toshihiro
On Thu, 02 Aug 2018 16:56:01 +0900, Imen Souidene wrote: > I restarted the pc: Rebooting your system usually don't help. Debugging your installation problem is a bit hard. My recommendation is to prepare a clean new installation (it can be on a virtual machine) of ubuntu (16.04 or newer) and ins

Re: [Ryu-devel] Ryu Running problem

2018-08-02 Thread Imen Souidene via Ryu-devel
I restarted the pc: imen@imen-HP-Pavilion-g6-Notebook-PC:~/ryu$ ryu-managerTraceback (most recent call last):  File "/usr/local/bin/ryu-manager", line 6, in     from pkg_resources import load_entry_point  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3098, in  

Re: [Ryu-devel] Ryu Running problem

2018-08-02 Thread Imen Souidene via Ryu-devel
Hi , I installed : sudo  pip freeze |grep oslo.configThe directory '/home/imen/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H

Re: [Ryu-devel] Ryu Running problem

2018-08-01 Thread IWAMOTO Toshihiro
On Wed, 01 Aug 2018 17:04:08 +0900, Imen Souidene wrote: > > [1 ] > [1.1 ] > 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.conf

Re: [Ryu-devel] Ryu Running problem

2018-08-01 Thread Imen Souidene via Ryu-devel
Sir how can i used it by python2.7?  I installed as it appears in all documents : sudo pip install ryu sudo git clone git://github.com/osrg/ryu.gitcd ryusudo pip install  Despite when i used : sudo python ./setup.py install , it show me : running install_scriptsInstalling ryu-manager script to

Re: [Ryu-devel] Ryu Running problem

2018-07-31 Thread IWAMOTO Toshihiro
On Tue, 31 Jul 2018 21:31:40 +0900, Imen Souidene via Ryu-devel wrote: > > [1 ] > [1.1 ] > 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 > Traceba

[Ryu-devel] Ryu Running problem

2018-07-31 Thread Imen Souidene via Ryu-devel
I installed python 3.6.6, the problem is not solved but for python 3.7 I have not found the installation link. Best regards. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashd

[Ryu-devel] Ryu Running problem

2018-07-31 Thread Imen Souidene via Ryu-devel
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-managerTraceback (most recent call last):  File "/usr/local/bin/ryu-manager", line 11, in     load_entry_point('ryu=

Re: [Ryu-devel] Ryu Running problem

2014-10-16 Thread Yusuke Iwase
Hi, On 2014年10月16日 12:51, xuchenhui wrote: > > Hi Amjad, > I meet the same problem with you.How did you resolve it ? when I input > #apt-get > install python-oslo python-netaddr ,I received : cannot find software package > python-oslo python-netaddr If you use OpenFlow_Tutorial_Ryu image, May

Re: [Ryu-devel] Ryu Running problem

2014-10-16 Thread xuchenhui
Md. Amjad Hossain writes: > > > Hi Satoshi, > Thanks for your reply. The problem was about missing packages such as python- oslo, python-netaddr etc. Now Ryu is running after installing those packages. > > > Regards > Amjad  > > > On Sun, Feb 23, 2014 at 8:44 PM, Satoshi Kobayashi wrote:

Re: [Ryu-devel] Ryu Running problem

2014-02-23 Thread Md. Amjad Hossain
Hi Satoshi, Thanks for your reply. The problem was about missing packages such as python-oslo, python-netaddr etc. Now Ryu is running after installing those packages. Regards Amjad On Sun, Feb 23, 2014 at 8:44 PM, Satoshi Kobayashi < satosh...@stratosphere.co.jp> wrote: > Hi Amjad, > > How abo

Re: [Ryu-devel] Ryu Running problem

2014-02-23 Thread Satoshi Kobayashi
Hi Amjad, How about the following? # apt-get install python-pip python-dev libxml2-dev libxslt-dev zlib1g-dev # pip install ryu Regards, Satoshi 2014-02-23 17:48 GMT+09:00 Md. Amjad Hossain : > Hi, > > I am trying to run Ryu after installing it in Ubuntu 12.04 from: > https://pypi.python.org/p

[Ryu-devel] Ryu Running problem

2014-02-23 Thread Md. Amjad Hossain
Hi, I am trying to run Ryu after installing it in Ubuntu 12.04 from: https://pypi.python.org/pypi/ryu/3.6 I have installed all prerequisites required : # time sudo apt-get install python-eventlet python-routes python-webob python-paramiko # apt-get install python-pip, python-gevent, python-gflag