intrig-unicamp / mininet-wifi

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

Error when installing mininet dependencies #346

Closed hakiri closed 2 years ago

hakiri commented 3 years ago

If you have an error when you try to install mininet dependencies telling you that python doesn't exist, you need to install python-is-python3 package to substitute (alias-like) python3 to python. Such an approach avoid you installing unnecessary packages (i.e. sudo apt-mark hold python2 python2-minimal python2.7 python2.7-minimal libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib) that are still considered as dependencies in both mininet and mininet-wifi. One more line could solve all these issues:

$ sudo apt install python-is-python3

ramonfontes commented 2 years ago

Closing due to inactivity