Closed Pesa closed 4 years ago
Sorry but I cannot reproduce this error.
Looking at the line numbers in your exception, it seems that you're running an outdated version from last week?
$ pip3 install ndn-python-repo -U
Requirement already up-to-date: ndn-python-repo in /home/davide/.local/lib/python3.7/site-packages (0.1a5)
...
$ pip3 install ndn-python-repo -U Requirement already up-to-date: ndn-python-repo in /home/davide/.local/lib/python3.7/site-packages (0.1a5) ...
I haven't updated the PyPI version yet. I will do so after resolving the remaining issues.
Ok, I installed from my local git clone and the error is gone.
Well, the exception is gone but the example still doesn't work, see #24
I was running
examples/delfile.py
and got the following exception in ndn-python-repo process:This problem essentially makes
delfile.py
unusable.