wyproxy icon indicating copy to clipboard operation
wyproxy copied to clipboard

mitmproxy官方已经不再支持python2

Open ring04h opened this issue 8 years ago • 1 comments

Error: mitmproxy requires Python 3.5 or above

Starting with version 1.0 released in 12/2016, mitmproxy no longer supports Python 2.

To install the latest version of mitmproxy using pip on Python 3, run:

pip uninstall mitmproxy
pip3 install mitmproxy

You can also use our standalone binaries that come with their own Python interpreter:

http://docs.mitmproxy.org/en/stable/install.html

To get rid of this message and use the last version of mitmproxy that supports Python 2, run:

pip install "mitmproxy==0.18.2"

Apologies for the inconvenience!

ring04h avatar Dec 29 '16 03:12 ring04h

...

chenguangxi avatar Mar 05 '17 09:03 chenguangxi