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
Hi,
I keep getting this message when I try to run the script:
acs-MBP:Desktop vaughn$ mitmdump -e -s diags.py
Traceback (most recent call last):
File "/usr/local/bin/mitmdump", line 7, in
from mitmproxy.main import mitmdump
File "/Library/Python/2.7/site-packages/mitmproxy/main.py", line 5, in
from six.moves import _thread # PY3: We only need _thread.error, which is an alias of RuntimeError in 3.3+
ImportError: cannot import name _thread
Macs-MBP:Desktop vaughn$
The text was updated successfully, but these errors were encountered:
Hi,
I keep getting this message when I try to run the script:
acs-MBP:Desktop vaughn$ mitmdump -e -s diags.py
Traceback (most recent call last):
File "/usr/local/bin/mitmdump", line 7, in
from mitmproxy.main import mitmdump
File "/Library/Python/2.7/site-packages/mitmproxy/main.py", line 5, in
from six.moves import _thread # PY3: We only need _thread.error, which is an alias of RuntimeError in 3.3+
ImportError: cannot import name _thread
Macs-MBP:Desktop vaughn$
The text was updated successfully, but these errors were encountered: