-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception generator raised StopIteration #8
Comments
Hello jJit0, thanks for the comment. That error has been fixed in the latest version, please try to reinstall polymorph (with pip) or update it. More information: #7 |
The thing is I can't update it from pip, because NetfilterQueue can't be installed in python3.7
netfilterqueue.c:2150:68: warning: passing argument 2 of ‘nfq_get_payload’ from incompatible pointer type [-Wincompatible-pointer-types] I copied the last version I had from my backup disk Any idea how to fix that ? |
Yes, NetfilterQueue is having problems when installing from pip with python3.7. To solve the problem you can clone the repository (https://github.com/kti/python-netfilterqueue) and run |
That's great, it worked for me that way. What I did was :
Thanks again, appreciate it 😄 |
When I launch
polymorph
command in a python3.7 virtualenv, I get an error loopUnhandled exception in event loop:
File "/usr/pip3/lib/python3.7/site-packages/polymorph/deps/prompt_toolkit/eventloop/coroutine.py", line 90, in step_next new_f = coroutine.throw(exc)
File "/usr/pip3/lib/python3.7/site-packages/polymorph/deps/prompt_toolkit/history.py", line 57, in _start_loading item_callback=add_string))
File "/usr/pip3/lib/python3.7/site-packages/polymorph/deps/prompt_toolkit/eventloop/coroutine.py", line 86, in step_next new_f = coroutine.send(None)
Any solution to fix this ?
The text was updated successfully, but these errors were encountered: