I've been unable to get this running using Python 3.8.5. Was trying to run the example in the README without success, so tried running the test suite instead:
It essentially freezes on test_combined_capture_same_process "forever". After double keyboard interrupt:
capturer/tests.py::CapturerTestCase::test_combined_capture_same_process ^C^C
---------- coverage: platform darwin, python 3.8.5-final-0 -----------
Coverage HTML written to dir htmlcov
============================================ 1 passed in 192.65s (0:03:12) =============================================
A final third keyboard interrupt shows 3 tracebacks, all for keyboard interrupt (let me know if you'd like these as well).
I really thought it was just me (am new to Python!), but decided to run against 2.7.x (as close as I could get to what is running in Travis) and voila!
I've been unable to get this running using Python 3.8.5. Was trying to run the example in the README without success, so tried running the test suite instead:
It essentially freezes on
test_combined_capture_same_process
"forever". After double keyboard interrupt:A final third keyboard interrupt shows 3 tracebacks, all for keyboard interrupt (let me know if you'd like these as well).
I really thought it was just me (am new to Python!), but decided to run against 2.7.x (as close as I could get to what is running in Travis) and voila!
Let me know if you need any other info. Excited to get this working to replace my extremely sketchy asyncio workaround 😂