We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
...
Sorry, something went wrong.
No branches or pull requests
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:
You can also use our standalone binaries that come with their own Python interpreter:
To get rid of this message and use the last version of mitmproxy that supports Python 2, run:
Apologies for the inconvenience!
The text was updated successfully, but these errors were encountered: