NetDissect-Lite icon indicating copy to clipboard operation
NetDissect-Lite copied to clipboard

Hello All,

Open KarthikeyanG44 opened this issue 6 years ago • 2 comments

KarthikeyanG44 avatar Oct 25 '19 17:10 KarthikeyanG44

Hello, I have been trying to run the net-dissect on a ubuntu 16.04 through SSH. The main.py file throws up a StopIteration error after extracting the features. I tried going through the code and it seems to show up from the segmentation prefetcher class. I am not entirely sure how this works. I am attaching a screenshot of the error. Any help is greatly appreciated. Error_1

PS : Followed every instruction given in the description of this page

KarthikeyanG44 avatar Oct 25 '19 17:10 KarthikeyanG44

Replace raise StopIteration with return where it appears. You're probably on python 3.7 where generator semantics has changed https://www.python.org/dev/peps/pep-0479/

jayelm avatar Jan 06 '20 19:01 jayelm