tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

trying with tutorials

Open ham-xa opened this issue 2 years ago • 1 comments

Is there any complete guide that doesn't link to other links? I've made a Ubuntu 20.04 Vm in my server not using the vagrant as I use virtual instances. So, after I've cloned the tutorials repo and I installed the P4c and some more dependencies I faced an error that I'm unable to resolve. File "../../utils/run_exercise.py", line 29, in from mininet.cli import CLI ModuleNotFoundError: No module name 'mininet.cli' make: *** [../../utils/Makefile:35: run] Error 1

@jafingerhut Can you please help me here? Thanks.

ham-xa avatar Apr 27 '22 07:04 ham-xa

I've made a Ubuntu 20.04 Vm in my server not using the vagrant as I use virtual instances. ModuleNotFoundError: No module name 'mininet.cli'

@ham-xa This error indicates that mininet has not been installed. Andy recently updated the installation steps for mininet (https://github.com/p4lang/tutorials/pull/464) to fix similar problem. You can find the steps executed by vagrant to install mininet in user-common-bootstrap.sh.

rst0git avatar Apr 27 '22 08:04 rst0git