Skip to content
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

mitmproxy官方已经不再支持python2 #4

Open
ring04h opened this issue Dec 29, 2016 · 1 comment
Open

mitmproxy官方已经不再支持python2 #4

ring04h opened this issue Dec 29, 2016 · 1 comment

Comments

@ring04h
Copy link
Owner

ring04h commented Dec 29, 2016

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!

@chenguangxi
Copy link

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants