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

sudo: minindn: command not found

Open freeshman1996 opened this issue 4 years ago • 3 comments

When I was verifying whether the installation was successful, the following error occurred.How to solve this situation

freeshman1996 avatar May 14 '21 08:05 freeshman1996

We no longer need or have minindn command. Now, you can write an experiment and run it simply using python. For example, you can run mnndn.py (this is available in the examples directory) with the following command sudo python examples/mnndn.py. For more details on how to write and run your own experiment see here: https://github.com/named-data/mini-ndn/blob/master/docs/experiment.rst

dulalsaurab avatar May 14 '21 18:05 dulalsaurab

wxy@wxy-X2-Series-GJ5CN6A:~/minindn$ sudo python examples/mnndn.py [sudo] password for wxy: Traceback (most recent call last): File "examples/mnndn.py", line 26, in from minindn import Minindn ImportError: cannot import name Minindn hi when i perform the operation,error like this occur

freeshman1996 avatar May 15 '21 00:05 freeshman1996

Mini-NDN is not installed. Have you installed it? https://github.com/named-data/mini-ndn/blob/master/docs/install.rst

dulalsaurab avatar Dec 21 '22 17:12 dulalsaurab