python 2.6.6 を使用して centos 6.4 に mitmproxy をインストールしようとしていますが、インストール コマンドを実行すると以下のエラーが発生します。
#pip インストール mitmproxy
Downloading/unpacking mitmproxy
Running setup.py egg_info for package mitmproxy
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-build-root/mitmproxy/setup.py", line 19
"netlib>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION),
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-build-root/mitmproxy/setup.py", line 19
"netlib>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION),
^
SyntaxError: invalid syntax
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-root/mitmproxy
Storing complete log in /root/.pip/pip.log