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
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
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
When I was verifying whether the installation was successful, the following error occurred.How to solve this situation
The text was updated successfully, but these errors were encountered: