-
Notifications
You must be signed in to change notification settings - Fork 55
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
zktraffic utils not working with python modules import error #72
Comments
$ pip3 list ansicolors 1.1.8 |
cc: @Yasumoto |
Yeah, I think the time has come to remove the |
$ sudo /usr/local/bin/zk-dump --iface ens192 --include-pings --unpaired
Traceback (most recent call last):
File "/usr/local/bin/zk-dump", line 29, in
from twitter.common import app
File "/usr/local/lib/python3.6/site-packages/twitter/common/app/init.py", line 39, in
from .application import Application
File "/usr/local/lib/python3.6/site-packages/twitter/common/app/application.py", line 39, in
from twitter.common.process import daemonize
File "/usr/local/lib/python3.6/site-packages/twitter/common/process/init.py", line 7, in
from .process_provider_ps import ProcessProvider_PS
File "/usr/local/lib/python3.6/site-packages/twitter/common/process/process_provider_ps.py", line 2, in
from process_handle_ps import ProcessHandlePs
ModuleNotFoundError: No module named 'process_handle_ps'
The text was updated successfully, but these errors were encountered: