/Desktop/mininet/examples$ sudo python tree1024.py
Error:
Traceback (most recent call last):
File "tree1024.py", line 10, in <module>
from mininet.cli import CLI
ModuleNotFoundError: No module named 'mininet'
Whenever I am trying to run python file it is throwing this error. can please some guide how to resolve this.
Try to clone Mininet and export the path
Then run the script with python3