intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
438 stars 239 forks source link

Ubuntu 20.04 Installation Issue #318

Closed jrandallclark closed 4 years ago

jrandallclark commented 4 years ago

Installation on Ubuntu 20.04 fails due to L596 trying to install python-pip, which is no longer available through apt-get.

ramonfontes commented 4 years ago

Hi,

Are you trying to install Ryu? python-pip is installed if you use the flag -y.

jrandallclark commented 4 years ago

Hi. I was installing Ryu. I just discussed it with someone else who was having the same issue and the problem can be fixed by installing python-is-python3 first.

ramonfontes commented 4 years ago

humm..

Please try a git pull and let me know if it works now.

jrandallclark commented 4 years ago

Your latest commit is missing the '$' before each 'install' but that seems to fix it. There are still issues with python-is-python3 still being necessary for the mininet installer and ifconfig being depreciated, but I think those are more mininet issues.

Thanks!