Module NotFound Error- Mini NDN
Hi All,
I am installing mini-ndn on a VM with ubuntu 22.04 following all the instructions on the https://minindn.memphis.edu. But i am seeing below error after installing and executing mini-ndn examples:
Traceback (most recent call last):
File "/home/mahdi/mini-ndn/examples/mnndn.py", line 26, in
my mininet is running properly mn --version 2.3.0.dev6
Thanks a lot
This means minindn is not installed. Can you post the exact command you used to install Mini-NDN? Also, did you observe any errors during the installation?
I used these commands:
mini-ndn$ ./install.sh --source
.
.
.
Press ENTER to continue or CTRL+C to abort
ENTER
.
.
.
In the end, I saw this error:
Errors were encountered while processing:
openvswitch-testcontroller
E: Sub-process /usr/bin/dpkg returned an error code (1).
thanks
I tried the installation on a clean and fully-upgraded Ubuntu 22.04 Server system on KVM. The installation completed successfully. There are compilation warnings but no errors.