Hi Iwase, thanks for the reply.
When I ran --version, I always got 3.6. It never gets updated. Please, see below: ryu@ryu-vm:~/ryu$ sudo pip install ryu --upgrade Downloading/unpacking ryu from https://pypi.python.org/packages/64/e7/1be893594f9d295745b3c214c1805fd34afe1ca76a9991dc4e68c91183a0/ryu-4.5.tar.gz#md5=4ecc8794f199bef938100ce18308edd9 Downloading ryu-4.5.tar.gz (1.4MB): 1.4MB downloaded Running setup.py egg_info for package ryu warning: no previously-included files matching '*' found under directory 'doc/build' warning: no previously-included files matching '*' found under directory 'ryu/tests/packet_data_generator' warning: no previously-included files matching '*' found under directory 'ryu/tests/packet_data_generator2' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '.gitignore' found anywhere in distribution Installing collected packages: ryu Found existing installation: ryu 3.6 Can't uninstall 'ryu'. No files were found to uninstall. Running setup.py install for ryu deleting ryu.egg-info/requires.txt warning: no previously-included files matching '*' found under directory 'doc/build' warning: no previously-included files matching '*' found under directory 'ryu/tests/packet_data_generator' warning: no previously-included files matching '*' found under directory 'ryu/tests/packet_data_generator2' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '.gitignore' found anywhere in distribution Installing ryu-manager script to /usr/local/bin Installing ryu script to /usr/local/bin Successfully installed ryu Cleaning up... ryu@ryu-vm:~/ryu$ ryu@ryu-vm:~/ryu$ ryu@ryu-vm:~/ryu$ ./bin/ryu-manager --version ryu-manager 3.6 Yes, I am using the VM provided by OpenFlow Tutorial. Regards, -- Túlio Albuquerque Pascoal <https://br.linkedin.com/pub/t%C3%BAlio-pascoal/a0/2a9/b69> <http://lattes.cnpq.br/3973060880564786> On 30 August 2016 at 04:23, Iwase Yusuke <[email protected]> wrote: > Hi, > > Installing ryu-manager script to /usr/local/bin >> Installing ryu script to /usr/local/bin >> Successfully installed ryu >> Cleaning up... >> > > These messages show Ryu have installed Successfully... > > Please confirm Ryu version as follows: > $ ryu-manager --version > ryu-manager 4.5 > > BTW, are you using OpenFlow Tutorial VM images? > (at https://sourceforge.net/projects/ryu/files/vmimages/OpenFlowTutorial/) > If so, this VM image seems to be too old and can not work as expected... > > Thanks, > Iwase > > > > On 2016年08月27日 05:50, Túlio Pascoal wrote: > >> Hello, >> >> I am trying to update my Ryu version, however I am facing the following: >> >> ryu@ryu-vm:~/ryu$ sudo pip install ryu --upgrade >> Downloading/unpacking ryu from >> https://pypi.python.org/packages/64/e7/1be893594f9d295745b3c >> 214c1805fd34afe1ca76a9991dc4e68c91183a0/ryu-4.5.tar.gz#md5=4 >> ecc8794f199bef938100ce18308edd9 >> Downloading ryu-4.5.tar.gz (1.4MB): 1.4MB downloaded >> Running setup.py egg_info for package ryu >> >> warning: no previously-included files matching '*' found under >> directory 'doc/build' >> warning: no previously-included files matching '*' found under >> directory 'ryu/tests/packet_data_generator' >> warning: no previously-included files matching '*' found under >> directory 'ryu/tests/packet_data_generator2' >> warning: no previously-included files matching '*~' found anywhere in >> distribution >> warning: no previously-included files matching '*.pyc' found anywhere >> in distribution >> warning: no previously-included files matching '.gitignore' found >> anywhere in distribution >> Installing collected packages: ryu >> Found existing installation: ryu 3.6 >> Can't uninstall 'ryu'. No files were found to uninstall. >> Running setup.py install for ryu >> deleting ryu.egg-info/requires.txt >> >> warning: no previously-included files matching '*' found under >> directory 'doc/build' >> warning: no previously-included files matching '*' found under >> directory 'ryu/tests/packet_data_generator' >> warning: no previously-included files matching '*' found under >> directory 'ryu/tests/packet_data_generator2' >> warning: no previously-included files matching '*~' found anywhere in >> distribution >> warning: no previously-included files matching '*.pyc' found anywhere >> in distribution >> warning: no previously-included files matching '.gitignore' found >> anywhere in distribution >> Installing ryu-manager script to /usr/local/bin >> Installing ryu script to /usr/local/bin >> Successfully installed ryu >> Cleaning up... >> >> As you can see my current version is 3.6 and I would like to try 4.5. >> >> I run my controller by: ryu@ryu-vm:~/ryu$ ./bin/ryu-manager >> ryu/app/simple_switch_13.py >> >> What can be happening? >> >> Regards, >> >> -- >> Túlio Albuquerque Pascoal >> <https://br.linkedin.com/pub/t%C3%BAlio-pascoal/a0/2a9/b69> >> <http://lattes.cnpq.br/3973060880564786> >> >> >> >> ------------------------------------------------------------ >> ------------------ >> >> >> >> _______________________________________________ >> Ryu-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/ryu-devel >> >>
------------------------------------------------------------------------------
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
