Module Not Found Error : experiment_manager
Hi everyone,
I just finish installed minindn and follow the instruction. When i try to using command "sudo minindn" the following error occurs:
Traceback (most recent call last):
File "/usr/local/bin/minindn", line 4, in
has anyone get the same problem and already solved?
thanks a lot
The sudo minindn command no longer exists. Instead, you can write an experiment script and run it using the following command: "sudo python <minindn-script.py>".
Please refer to the latest documentation (https://minindn.memphis.edu/experiment.html) for more detailed information.
okay, thank you for the answer 🙏