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
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.
PS : Followed every instruction given in the description of this page
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/
No description provided.
The text was updated successfully, but these errors were encountered: