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 Not Found Error : experiment_manager #76

Open
renirss opened this issue Jun 11, 2023 · 2 comments
Open

Module Not Found Error : experiment_manager #76

renirss opened this issue Jun 11, 2023 · 2 comments

Comments

@renirss
Copy link

renirss commented Jun 11, 2023

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
import('pkg_resources').run_script('Mini-NDN==0.3.0', 'minindn')
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 667, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1463, in run_script
exec(code, namespace, namespace)
File "/usr/local/lib/python3.8/dist-packages/Mini_NDN-0.3.0-py3.8.egg/EGG-INFO/scripts/minindn", line 71, in
from ndn import ExperimentManager
File "/usr/local/lib/python3.8/dist-packages/Mini_NDN-0.3.0-py3.8.egg/ndn/init.py", line 24, in
import experiment_manager as ExperimentManager
ModuleNotFoundError: No module named 'experiment_manager'

has anyone get the same problem and already solved?

thanks a lot

@dulalsaurab
Copy link
Collaborator

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.

@renirss
Copy link
Author

renirss commented Jun 11, 2023

okay, thank you for the answer 🙏

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

2 participants