intrig-unicamp / mininet-wifi

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

Cant run any .py from mininet-wifi/examples #376

Closed miltoskartalas closed 3 years ago

miltoskartalas commented 3 years ago

Hi I am facing an issue that i can not solve. I am trying to run examples from mininet-wifi but none of them can run and in all of them i get this type of errors. Mininet-wifi is working fine, ping all command works perfect I am using ubuntu 18.04 image

Thanks in advance

ramonfontes commented 3 years ago

"but none of them can run and in all of them i get this type of errors" - Are you sure? According to the error msg you have a problem with matplolib. All the examples should work without net.plotGraph().

miltoskartalas commented 3 years ago

Yes same with vanet.py , wifiDirect.py , cluster.py Those are 3 randomly selected.

miltoskartalas commented 3 years ago

So can you help ? Or just closing the case is all you can offer

ramonfontes commented 3 years ago

Well, this is an error with your matplotlib installation. The only thing i can say is: pls double check whether matplotlib is working correctly.