Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module NotFound Error- Mini NDN #71

Open
Mahdiii67 opened this issue Nov 20, 2022 · 3 comments
Open

Module NotFound Error- Mini NDN #71

Mahdiii67 opened this issue Nov 20, 2022 · 3 comments

Comments

@Mahdiii67
Copy link

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

@Mahdiii67 Mahdiii67 reopened this Nov 20, 2022
@dulalsaurab
Copy link
Collaborator

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?

@Mahdiii67
Copy link
Author

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).
error
thanks

@yoursunny
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants