icesonata / DDoSDN

Applying Machine Learning model (SVM) into DDoS attack detection in SDN.
43 stars 7 forks source link

Mininet module #3

Open AlexavierCarlen opened 2 years ago

AlexavierCarlen commented 2 years ago

When I run "sudo python3 topo.py", I got the error "ModuleNotFoundError: No module named 'mininet'". I did search the solution but nothing seemed to work yet.

icesonata commented 2 years ago

It's been a while so I don't remember much how I dealt with the bug but I got a solution from @fahimmahmood for this case. Please have a look at 945129743

AlexavierCarlen commented 2 years ago

I found out how to fix it, just don't use python3, use python/python2 instead