You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
from minindn.minindn import Minindn ModuleNotFoundError: No module named 'minindn'
my mininet is running properly
mn --version 2.3.0.dev6
Thanks a lot
The text was updated successfully, but these errors were encountered:
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.
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
from minindn.minindn import Minindn
ModuleNotFoundError: No module named 'minindn'
my mininet is running properly
mn --version 2.3.0.dev6
Thanks a lot
The text was updated successfully, but these errors were encountered: