mini-ndn icon indicating copy to clipboard operation
mini-ndn copied to clipboard

Module Not Found Error : experiment_manager

Open renirss opened this issue 2 years ago • 2 comments

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

renirss avatar Jun 11 '23 13:06 renirss

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.

dulalsaurab avatar Jun 11 '23 14:06 dulalsaurab

okay, thank you for the answer 🙏

renirss avatar Jun 11 '23 20:06 renirss