stevelorenz / comnetsemu

A virtual emulator/testbed designed for the book: Computing in Communication Networks: From Theory to Practice (2020)
https://stevelorenz.github.io/comnetsemu/
MIT License
25 stars 21 forks source link

mininet-ryu #11

Closed adian93 closed 2 years ago

adian93 commented 3 years ago

hello is need to install mininet and Ryu when I run sudo python3 network.py File "network.py", line 3, in from mininet.topo import Topo ModuleNotFoundError: No module named 'mininet' as well as when I run flowvisor shows error

[centos@centos7 flowvisor]$ sudo ./run_flowvisor_container.sh [root@centos7 ~]# cd slicing_scripts [root@centos7 slicing_scripts]# ./1st-flowvisor_slicing.sh bash: ./1st-flowvisor_slicing.sh: No such file or directory [root@centos7 slicing_scripts]#

and can I use flowvisor on ubuntu and the same structure? please help me thank you

stevelorenz commented 2 years ago

Hello,

Thanks for the issue report.

ModuleNotFoundError: No module named 'mininet'

The error message show that the Mininet is not installed correctly. How did you install the comnetsemu ? Did you use the Vagrant VM ?

stevelorenz commented 2 years ago

I'll close this issue if there's no further feedback. Thanks for the understanding.